uniform distribution

GPTKB entity

Statements (23)
Predicate Object
gptkbp:instanceOf gptkb:organization
gptkbp:continuousForm uniform(a, b)
gptkbp:cumulativeDistributionFunction (x-a)/(b-a) for a ≤ x ≤ b
gptkbp:discreteForm gptkb:discrete_uniform_distribution
gptkbp:entropy ln(b-a)
gptkbp:example random number generation
rolling a fair die
gptkbp:hasType continuous distribution
discrete distribution
https://www.w3.org/2000/01/rdf-schema#label uniform distribution
gptkbp:meaning (a+b)/2
gptkbp:parameter lower bound
upper bound
gptkbp:pdf 1/(b-a) for a ≤ x ≤ b
gptkbp:property all outcomes equally likely
gptkbp:relatedTo gptkb:beta_distribution
gptkb:triangular_distribution
gptkbp:supports [a, b]
gptkbp:usedIn gptkb:probability_theory
statistics
gptkbp:variant ((b-a)^2)/12
gptkbp:bfsParent gptkb:Tukey_lambda_distribution
gptkbp:bfsLayer 5