Home > replicate_regression > replicate_regression > utils > lognormal_log2normal.m

lognormal_log2normal

PURPOSE ^

convert mean and std dev of Gaussian random variable into

SYNOPSIS ^

function [mu,sigma] = lognormal_log2normal(mu_log,sigma_log,convention)

DESCRIPTION ^

 convert mean and std dev of Gaussian random variable into
 characteristics of random variable  Y = exp(X) 
 convention 'arithmetic': mean and std dev of Y
 convention 'geometric': geometric mean and  spread = geom.mean * (geom.std.dev - 1 ) of Y

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 12-Feb-2016 23:46:45 by m2html © 2003