Post Reply 
Binomial Distribution Graphing
08-04-2024, 10:58 AM
Post: #3
RE: Binomial Distribution Graphing
(08-03-2024 11:26 PM)john gustaf stebbins Wrote:  The Statistics 1Var app has good graphing modes that might work. You can use MAKELIST and BINOMIAL to create the distribution. For example, 5 choices with 0.4 probability can be generated by:

MAKELIST(BINOMIAL(5,0.4,X),X,0,5)

Store this list into one of the app variables (D1 to D0) and then go into the Symb and Plot screens to generate your graph. A bar plot looks pretty good (I couldn't get the image to post here).

There are lots of ways to approach this on the Prime, but this is simple.

Thanks, good to know an approach like that is possible.
It is still too slow of a process as I cannot quickly paste the data down the column, is there a way to automate this process, or another approach entirely?

Thanks,
-vesph
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Binomial Distribution Graphing - vesph - 08-03-2024, 08:22 AM
RE: Binomial Distribution Graphing - vesph - 08-04-2024 10:58 AM
RE: Binomial Distribution Graphing - C.Ret - 08-04-2024, 11:15 AM
RE: Binomial Distribution Graphing - vesph - 08-04-2024, 11:53 AM



User(s) browsing this thread: 5 Guest(s)