48 #ifndef __NORMAL__TYPES_H__ 49 #define __NORMAL__TYPES_H__ 51 #include "algorithms/distributions/distribution_types.h" 57 namespace distributions
90 template<
typename algorithmFPType>
91 class DAAL_EXPORT Parameter:
public distributions::ParameterBase
99 Parameter(algorithmFPType _a = 0.0, algorithmFPType _sigma = 1.0): a(_a), sigma(_sigma) {}
102 algorithmFPType sigma;
107 services::Status check() const DAAL_C11_OVERRIDE;
111 using interface1::Parameter;
daal::services::interface1::Status
Class that holds the results of API calls. In case of API routine failure it contains the list of err...
Definition: error_handling.h:491
daal
Definition: algorithm_base_common.h:57
daal::algorithms::distributions::normal::interface1::Parameter::a
algorithmFPType a
Definition: normal_types.h:101
daal::algorithms::distributions::interface1::ParameterBase
Definition: distribution_types.h:99
daal::algorithms::distributions::normal::icdf
Definition: normal_types.h:76
daal::algorithms::distributions::normal::interface1::Parameter
Normal distribution parameters.
Definition: normal_types.h:91
daal::algorithms::distributions::normal::defaultDense
Definition: normal_types.h:77
daal::algorithms::distributions::normal::Method
Method
Definition: normal_types.h:74
daal::algorithms::distributions::normal::interface1::Parameter::sigma
algorithmFPType sigma
Definition: normal_types.h:102
daal::algorithms::distributions::normal::interface1::Parameter::Parameter
Parameter(algorithmFPType _a=0.0, algorithmFPType _sigma=1.0)
Definition: normal_types.h:99