Normal dist table

Mikie

Member
Licensed User
Longtime User
I am converting a nice stats app from AI. I have a need for several large tables(Normal table, chisquare, etc.). I have the tables in a csv file. Can one download the file to an app and put the csv into an array(list), then lookup a value based on the row, col.
So far b4a is great.
 

kickaha

Well-Known Member
Licensed User
Longtime User
The StringUtils library can be used to load a csv file into a list.

To add a file to the project go to the "Files" tab in the IDE and add it there.
Any file added there is installed with the app and is available (as read only) in the File.DirAssets directory.
 
Upvote 0

Mikie

Member
Licensed User
Longtime User
Hi,

Nice app. No, I want to calculate normal probs for any normal dist. I would have to use a definite integral, thus I need the values in a table.
Very nice app for getting z's and chisquare values.

Mikie
 
Upvote 0
Top