powered by
Maximum likelihood estimators for the Inverse Gaussian distribution based on a random sample.
ig_fit(x)
a numeric data vector containing a random sample of positive real numbers.
Parameter estimates.
ig_test for testing the Inverse Gaussian distribution hypothesis.
ig_test
# NOT RUN { x <- rgamma(50, 10) # simulating a random sample from the gamma distribution ig_fit(x) # fitting an inverse Gaussian distribution to x # }
Run the code above in your browser using DataLab