Difference between revisions of "Beta distributions"
From Organic Design wiki
m |
m |
||
Line 1: | Line 1: | ||
=Beta distributions= | =Beta distributions= | ||
For details on the beta distribution see [[WikiPedia:Beta distribution]]. | For details on the beta distribution see [[WikiPedia:Beta distribution]]. | ||
+ | |||
+ | ==R programming language= | ||
+ | For help on functions which create/manipulate beta distributions see; | ||
+ | <table class=document-code><tr><td> | ||
+ | ?beta | ||
+ | ?rbeta | ||
+ | </table> | ||
+ | Usage examples are provided at; | ||
+ | <table class=document-code><tr><td> | ||
+ | example(beta) | ||
+ | example(rbeta) | ||
+ | example(dbeta) | ||
+ | example(pbeta) | ||
+ | example(qbeta) | ||
+ | </table> | ||
+ | |||
+ | ==See also== | ||
+ | [[BetaDistributions.R]] | ||
+ | |||
+ | [[Category:R]] |
Revision as of 03:10, 2 August 2006
Beta distributions
For details on the beta distribution see WikiPedia:Beta distribution.
=R programming language
For help on functions which create/manipulate beta distributions see;
?beta ?rbeta |
Usage examples are provided at;
example(beta) example(rbeta) example(dbeta) example(pbeta) example(qbeta) |