User Portlet
| Discussions |
|---|
| In comparing the computation of vonmisesDistribution CDF using N[CDF[VonMisesDistribution[0, 1], -0.78539816339744828], 17] 0.25614866519978797 I can integrate the PDF using NIntegrate[ PDF[VonMisesDistribution[0,1],x],... |
| I'm trying to produce a table of 'reference' values of cdf and pdf of vonMises distribution, with precision 50 decimal digits. I can get output of a single CDF, for example: N[CDF[VonMisesDistribution[0, 1], -3], 50] with 50 decimal... |