Add member to dprior class.

Name of the parameter.
new-samplers
Stéphane Adjemian (Ryûk) 2023-07-11 16:40:42 +02:00 committed by Stéphane Adjemian (Guts)
parent 61498e644a
commit 2fbbe66c0a
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.