Home | Trees | Indices | Help |
---|
|
Created on Wed Aug 7 10:35:12 2013
Copyright (c) 2013-2014, CEA/DSV/I2BM/Neurospin. All rights reserved.
Author: Edouard Duchesnay
License: BSD 3-clause.
|
|||
ObjImage Parameters: ----------- mask: ??? |
|||
Square | |||
Dot | |||
Dimaond |
|
|||
|
|||
|
|||
|
|
|||
__package__ =
|
|
In a linear model y = bx + e. Calculate b such cor(bx + e, x) = cor. Parameters ---------- v_x: Float. The variance of x, var(x). v_e: Float. The variance of e, var(e). cov_xe: Float. The covariance between x and e, cov(x, e). cor: Float. The desired correlation. Examples -------- >>> corr_to_coef(1, 1, 0, .5) 0.57735026918962573 |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Apr 6 23:52:10 2015 | http://epydoc.sourceforge.net |