12 2016 档案
摘要:1 Overview 1.1 简介 SAS的 NLMIXED 过程适用于非线性混合模型——that is, models in which both fixed and random effects enter nonlinearly. 这些模型有很广的应用,最常见的是药物动力学和过离散的二项数据(
阅读全文
摘要:计算频数: 给定一个序列t: hist = {} for x in t: hist[x] = hist.get(x,0)+1 得到的结果是一个将值映射到其频数的字典。将其除以n即可把频数转换成频率,这称为归一化: n = float(len(t)) pmf = {} for x, freq in h
阅读全文

浙公网安备 33010602011771号