Displaying 2 results from an estimated 2 matches for "sigm3ler".
Did you mean:
sigler
2013 Jan 31
0
D_f_norm function
Hi every body,
i am using D_f_norm function from library stat in R
i am using it to find the standard deviation of the output of a function 'calculate_Z0' that has one of it is inputs as a random variable 'W' , with a standard deviation 'Sigm3LER', when i change the mean of this random variable 'Width', i expected the standard deviation output from d_f_norm to change respectively.
here is the code i use
Z0_extra <- function(W, Thickness,Height,Spacing)
{
f <- function(vec) { calculate_Z0(vec[1],Thickness, Height,Spacin...
2013 Jan 31
0
Fw: D_f_norm function
-
Hi every body,
i am using D_f_norm function from library stat in R
i am using it to find the standard deviation of the output of a function 'calculate_Z0' that has one of it is inputs as a random variable 'W' , with a standard deviation 'Sigm3LER', when i change the mean of this random variable 'Width', i expected the standard deviation output from d_f_norm to change respectively.
here is the code i use
Z0_extra <- function(W, Thickness,Height,Spacing)
{
f <- function(vec) { calculate_Z0(vec[1],Thickness, Height,Spacin...