Free

Free(value, n=None, **kwargs)[source]

Create a Parameter that is marked as not free (i.e., free to vary).

This sets the fixed flag of the parameter to False, and assigned an infinitely wide improper normal distribution if a distribution is not passed.

Parameters:
  • value – The value of the parameter.

  • n (int, optional) – The number of identical parameters to create in an array. Defaults to None.

  • **kwargs – Additional keyword arguments passed to the Parameter constructor.

Returns:

The created free Parameter object.

Return type:

Parameter