convert To Covariance
fun convertToCovariance(stdDevs: DoubleArray, correlation: Array<DoubleArray>): Array<DoubleArray>(source)
Return
the covariance matrix as determined by the correlation and standard deviations
Parameters
std Devs
an array holding the standard deviations
correlation
the correlation matrix as an array