Statistical¶
The samplesizelib.linear.statistical
contains next classes:
-
class
samplesizelib.linear.statistical.
LagrangeEstimator
(statmodel, **kwards)[source]¶ Description of Lagrange Method
- Parameters
statmodel (RegressionModel or LogisticModel) – the machine learning algorithm
ind_u (numpy.ndarray) – to do
epsilon (float) – to do
alpha (float) – to do
beta (float) – to do
-
class
samplesizelib.linear.statistical.
LikelihoodRatioEstimator
(statmodel, **kwards)[source]¶ Description of Likelihood Ratio Method
- Parameters
statmodel (RegressionModel or LogisticModel) – the machine learning algorithm
ind_u (numpy.ndarray) – to do
epsilon (float) – to do
alpha (float) – to do
beta (float) – to do