Skip to content

Commit f7d0020

Browse files
committed
fix reference to Kruschke
1 parent 80719c4 commit f7d0020

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

HtWtDataGenerator.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
"""
2-
Random height, weight generator for males and females. Uses parameters from
2+
Random height, weight generator for males and females. Uses parameters from
33
Brainard, J. & Burmaster, D. E. (1992). Bivariate distributions for height and
44
weight of men and women in the United States. Risk Analysis, 12(2), 267-275.
5+
John K. Kruschke, January 2008.
56
"""
67
from __future__ import division
78
from scipy.stats import multivariate_normal

0 commit comments

Comments
 (0)