Add member to dprior class.

Name of the parameter.
remove-priordens
Stéphane Adjemian (Ryûk) 2023-07-11 16:40:42 +02:00
parent 3229919762
commit a4152295d7
Signed by: stepan
GPG Key ID: 295C1FE89E17EB3C
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ classdef dprior < handle
p11 = []; % Prior median
lb = []; % Truncated prior lower bound.
ub = []; % Truncated prior upper bound.
name = {}; % Name of the parameter
iduniform = []; % Index for the uniform priors.
idgaussian = []; % Index for the gaussian priors.
idgamma = []; % Index for the gamma priors.