distribution_parameters
- property MonteCarlo.distribution_parameters
Distribution parameters provided by the user for the selected distribution.
The expected tuple structure depends on the current distribution: - ‘norm’ : (mu, sigma) - ‘lognorm’ : (shape, loc, scale) - ‘t’ : (df, loc, scale)
Any element can be None to indicate it should be inferred from historical returns.
- Returns:
- tuple or None
Raw distribution parameters as configured. May contain None values.