02 2015 档案
摘要:访问控制private protected public类,方法和变量修饰符abstract class extends final implements interface native new static strictfpsynchronizedtransientvol...
阅读全文
posted @ 2015-02-14 21:19
智能先行者
摘要:概率函数介绍 在R中各种概率函数都有统一的形式,即一套统一的 前缀+分布函数名: d 表示密度函数(density); p 表示分布函数(生成相应分布的累积概率密度函数); q 表示分位数函数,能够返回特定分布的分位数(quantile); r 表示随机函数,生成特定分布的随机数(random)。
阅读全文