scram::mef::LognormalDeviate::Flavor
Support for parametrization differences.
Public Functions
| Name | |
|---|---|
| virtual | ~Flavor() =default |
| virtual double | scale() =0 |
| virtual double | location() =0 |
| virtual double | mean() =0 |
| virtual void | Validate() const =0<br>Validates the expression. |
Public Functions Documentation
function ~Flavor
cpp
virtual ~Flavor() =defaultfunction scale
cpp
virtual double scale() =0Return: Scale parameter (sigma) value.
function location
cpp
virtual double location() =0Return: Value of location parameter (mu) value.
function mean
cpp
virtual double mean() =0Return: The mean value of the distribution.
function Validate
cpp
virtual void Validate() const =0Validates the expression.
Exceptions:
- DomainError The argument value domains are invalid.
- ValidityError The arguments are invalid for setup.
This late validation is due to parameters that are defined late.
Updated on 2025-11-11 at 16:51:08 +0000
