viewModelParameters
prints the names of the parameters of the stochastic model and its default minimum and maximum bounds.
The stochastic model is specified using the function arguments.
viewModelParameters(variable, modelType, modelParameterVariation)
A string; the name of the variable. Type viewModels()
to view valid variable names
A string; the model type. Use viewModels
to view the valid values.
A string; the parameter variation. Use viewModels
to view the valid values.
The available stochastic models can be viewed using the function viewModels()
.
This function prints the default ranges of the parameters of the stochastic model specified the
stochastic model of interest.
viewModels
, writeControlFile
viewModelParameters("P", "wgen", "annual")
viewModelParameters("P", "wgen", "harmonic")
Run the code above in your browser using DataLab