Pareto Distribution

文章推薦指數: 80 %
投票人數:10人

The Pareto distribution often describes the larger compared to the smaller. A classic example is that 80% of the wealth is owned by 20% of the population. The ... Home Libraries People FAQ More ParetoDistribution #include namespaceboost{namespacemath{ template> classpareto_distribution; typedefpareto_distribution<>pareto; template classpareto_distribution { public: typedefRealTypevalue_type; //Constructor: pareto_distribution(RealTypescale=1,RealTypeshape=1) //Accessors: RealTypescale()const; RealTypeshape()const; }; }}//namespaces ThePareto distributionisacontinuousdistributionwiththeprobability densityfunction(pdf): f(x;α,β)=αβα/xα+1 Forshapeparameterα >0,andscaleparameterβ >0.Ifx



請為這篇文章評分?