Skip to content

rescaleStd (Model)

Rescale all std deviations by the same factor

Syntax

model = rescaleStd(model, factor)

Input arguments

model [ Model ]

Model object whose std deviations will be rescaled.

factor [ numeric ]

Factor by which all std deviations in the model object model will be rescaled.

Output arguments

model [ Model ]

Model object with all of std deviations rescaled.

Description

Example