开发者

cume_dist for cumulative percent

开发者 https://www.devze.com 2023-03-18 04:26 出处:网络
How can you do the examples on this page using the CUME_DIST analytical function? http://www.webdotdev.com/nvd/content/view/82/99999999/1/16/

How can you do the examples on this page using the CUME_DIST analytical function? http://www.webdotdev.com/nvd/content/view/82/99999999/1/16/

I'm using a proprietary data开发者_StackOverflow社区base language and it has the CUME_DIST functions but can't seem to like the syntax of the examples on that page.

I'm especially interested in the last example. Thank you!


Cumulative Distribution is a statistics function. It will generate an S-shaped curve for data that follows a normal distribution.

The last example on the page you cite generates a line if you place the cumulative sales on the independent axis and the Pct-To-total on the dependent axis.

0

精彩评论

暂无评论...
验证码 换一张
取 消