I have custom distributed column with 6 values. I have to generate the numbers defined by mean and standard deviation of each value of new column which is based on custom column.
Please help me to find a solution.
I have custom distributed column with 6 values. I have to generate the numbers defined by mean and standard deviation of each value of new column which is based on custom column.
Please help me to find a solution.
I don’t follow: I would a need a clearer explanation of the problem and maybe an example to help.
I have created a custom column which is customized to have 3 values. Custom distribution is method is used to populate the 3 values A new column needs to be created to hold normally distributed numbers for each values.
For Eg: Custom column will have three values High, Middle and Low. I have to create new column, for value corresponding to high should have values related to mean=100 and standard deviation=6. Similarly Middle will have values related to mean=60 and standard deviation=10 . While low will have mean=35 and standard deviation= 15.