22 #ifndef __NORMAL__TYPES_H__
23 #define __NORMAL__TYPES_H__
25 #include "algorithms/distributions/distribution_types.h"
31 namespace distributions
64 template<
typename algorithmFPType>
65 class DAAL_EXPORT Parameter:
public distributions::ParameterBase
73 Parameter(algorithmFPType _a = 0.0, algorithmFPType _sigma = 1.0): a(_a), sigma(_sigma) {}
76 algorithmFPType sigma;
81 services::Status check() const DAAL_C11_OVERRIDE;
85 using interface1::Parameter;
daal
Definition: algorithm_base_common.h:31
daal::algorithms::distributions::normal::interface1::Parameter::a
algorithmFPType a
Definition: normal_types.h:75
daal::algorithms::distributions::normal::interface1::Parameter
Normal distribution parameters.
Definition: normal_types.h:65
daal::algorithms::distributions::normal::icdf
Definition: normal_types.h:50
daal::algorithms::distributions::normal::interface1::Parameter::sigma
algorithmFPType sigma
Definition: normal_types.h:76
daal::algorithms::distributions::normal::interface1::Parameter::Parameter
Parameter(algorithmFPType _a=0.0, algorithmFPType _sigma=1.0)
Definition: normal_types.h:73
daal::algorithms::distributions::normal::Method
Method
Definition: normal_types.h:48
daal::algorithms::distributions::normal::defaultDense
Definition: normal_types.h:51