高期分布公式(备忘)
摘要:// 高斯公布公式------来自OGRE源程序Real Math::gaussianDistribution(Real x, Real offset, Real scale){Real nom = Math::Exp(-Math::Sqr(x - offset) / (2 * Math::Sqr(scale)));Real denom = scale * Math::Sqrt(2 * Math:...
阅读全文
posted @
2010-03-28 00:18
操作系统
阅读(289)
推荐(0)