Skip to content

scram::mef::LognormalDeviate::Normal

Computation with normal mean and standard distribution.

Inherits from scram::mef::LognormalDeviate::Flavor

Public Functions

Name
Normal(Expression * mu, Expression * sigma)
doublescale() override
doublelocation() override
doublemean() override
voidValidate() const override

Public Functions Documentation

function Normal

cpp
inline Normal(
    Expression * mu,
    Expression * sigma
)

Parameters:

  • mu The mean of the normal distribution.
  • sigma The standard deviation of the normal distribution.

function scale

cpp
inline double scale() override

function location

cpp
inline double location() override

function mean

cpp
double mean() override

function Validate

cpp
void Validate() const override

Exceptions:


Updated on 2025-11-11 at 16:51:08 +0000