PHP Класс MathPHP\Probability\Distribution\Table\StandardNormal

A standard normal table, also called the unit normal table or Z table, is a mathematical table for the values of Φ, which are the values of the cumulative distribution function of the normal distribution. It is used to find the probability that a statistic is observed below, above, or between values on the standard normal distribution, and by extension, any normal distribution. Since probability tables cannot be printed for every normal distribution, as there are an infinite variety of normal distributions, it is common practice to convert a normal to a standard normal and then use the standard normal table to find probabilities. https://en.wikipedia.org/wiki/Standard_normal_table This table is provided only for completeness. It is common for statistics textbooks to include this table, so this library does as well. It is better to use the standard normal distribution CDF function when a Z score is required.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
getZScoreForConfidenceInterval ( string $cl ) : float Get Z score for confidence interval
getZScoreProbability ( float $Z ) : float Get Z score probability (Φ)

Описание методов

getZScoreForConfidenceInterval() публичный статический Метод

Get Z score for confidence interval
public static getZScoreForConfidenceInterval ( string $cl ) : float
$cl string confidence level
Результат float Z score

getZScoreProbability() публичный статический Метод

Get Z score probability (Φ)
public static getZScoreProbability ( float $Z ) : float
$Z float
Результат float probability