MCPcopy Create free account
hub / github.com/catboost/catboost / Phi

Function Phi

library/cpp/statistics/statistics.h:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 /*! More details on: http://en.wikipedia.org/wiki/Error_function#Related_functions */
35 template <typename ValueType>
36 double Phi(ValueType x) {
37 return NDetail::Phi(x);
38 }
39
40 template <typename ValueType>
41 double Phi(ValueType mean, ValueType stdDeviation, ValueType x, bool continuity) {

Callers 3

ProbitFunction · 0.70
MannWhitneyWithSignFunction · 0.70
TTestFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected