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.
파일 보기 프로젝트 열기: markrogoyski/math-php 1 사용 예제들

공개 메소드들

메소드 설명
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