PeakFit-on-FreqCountResult
To know the location or scale parameters of a sample distribution, one can perform distribution fit on the data. However, you can also fit a probability density function or cumulative distribution function on the binned data to get these values. This tutorial shows you how to estimate these parameters by curve fitting.
Minimum Origin Version Required: Origin 2016 SR2
newbook; col(2) = normal(1000) * 2 + 5;
After you got binned data from the Frequency Counts tool, you can also fit the binned data with your user-defined probability density function or cumulative distribution function. View this page for defining and fitting with a user-defined function.