Modelling a Cumulative distribution function for a skewed normal distribution

Otibiz

New Member
Joined
Jan 11, 2022
Messages
2
Hi, I am trying to create a formula in excel which shows the provides the Cumulative distribution function for a skewed normal distribution giving set parameters for skewness, mean and std. dev.

I have done this for a normal distribution using the Norm.Dist (Culminative True) function, but i am having trouble doing the same for a skewed normal distribution.

Basically, the aim is to have a column which states the x value, (weeks), and based on this X value, a mean of 30, a standard deviation of 5, to be able to determine the CDF probability at intervals of x=1 to 60.

Note, I have attained the Probability density function using formula 2/w * NORM.DIST((x-u)/w, 0, 1, FALSE) * NORM.S.DIST(a*(x-u)/w,TRUE)*quantity, but i cannot work out how to do the CDF.

I am not able to use VBA. :(

I have been using Wikipedia for the formulas. Skew normal distribution - Wikipedia

Thank you for any help!
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.

Forum statistics

Threads
1,214,990
Messages
6,122,625
Members
449,093
Latest member
catterz66

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top