setDistribution
Set distribution of parameter in sdo.ParameterSpace
object
Syntax
ps = setDistribution(ps0,p,pdist)
Description
ps = setDistribution(ps0,p,pdist)
updates
the ParameterDistributions
property of the sdo.ParameterSpace
object, ps0
,
for the specified parameters, p
, and returns
the updated object, ps
.
Input Arguments
|
Parameter space, specified as an |
|
Parameters whose distributions are to be updated, specified as one of the following:
|
|
Probability distribution for model parameters, specified as a vector of univariate probability distribution objects.
Use the To check if |
Output Arguments
|
Updated parameter space, returned as an |