Skip to content
Snippets Groups Projects
Verified Commit 2fbbe66c authored by Stéphane Adjemian's avatar Stéphane Adjemian Committed by Stéphane Adjemian
Browse files

Add member to dprior class.

Name of the parameter.
parent 61498e64
Branches
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment