Android Question Statistical library suitable for B4A and B4J usage

agb2008

Member
Licensed User
Longtime User
I am looking for library with statistical functions suitable for both B4A and B4J usage. Primary functions I am looking for are: Normal, Lognormal and Uniform distributions, PDF's and random number generators. Of cause, other statistical functions would be of great use - but mentioned basic set is enough for now. Please note: special requirement - library should be compatible with both B4A and B4J.
 

agb2008

Member
Licensed User
Longtime User
derez:
Thank you very for this library. Have you got any samples of this library usage ? In my case, for example for Normal or Lognormal
distribution I've got mu and sigma parameters back computed from provided input probabilities i.e. P90 and P10 - and as a result I
need to compute specified number of realizations (Monte-Carlo simulation) and got as a result:

1. Array of computed values
2. probability density function and cumulative probability function
3. percentiles
 
Upvote 0
Top