Description Usage Arguments Value Examples
Given correlations and standard deviations of both features the function returns a variance covariance matrix
| 1 | sigmaXY(rho, sdX, sdY)
 | 
| rho | A number belonging to  | 
| sdX | Standard deviaton of first feature | 
| sdY | Standard deviaton of first feature | 
Variance Covariance matrix
| 1 2 3 4 | rho  <- -0.2
sdX <- 2
sdY <- 10
sigmaXY(rho, sdX, sdY)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.