T O P I C R E V I E W |
a722a126 |
Posted - 02/18/2016 : 09:49:29 AM Hi
Got a problem 1.why i can't see two lognormal distribution their mean and standard deviation 2.How to connect two distribution like g(x) = x1 f1(x) +x2 f2(x)
Thanks in advance. |
2 L A T E S T R E P L I E S (Newest First) |
greenbergmethew |
Posted - 03/09/2016 : 05:39:11 AM function P=findpeaksG(x, y, SlopeThreshold, AmpThreshold, SmoothWidth, FitWidth, smoothtype) This is my basic command-line function to locate and measure the positive peaks in a noisy data sets. It detects peaks by looking for downward zero-crossings in the smoothed first derivative that exceed SlopeThreshold and peak amplitudes that exceed AmpThreshold, and determines the position, height, and approximate width of each peak by least-squares curve-fitting the top part of the peak. Returns a list (in matrix P) containing the peak number and the estimated position, height, width, and area of each peak. It can find and measure over 1000 peaks per second in very large signals. Version 5.0 has improved error catching for very noisy data. The related function findpeaksL.m does the same, assuming a Lorentzian peak shape.
http://goo.gl/maoapk | http://goo.gl/8Ur2QK |
jasonzhao |
Posted - 02/18/2016 : 9:19:36 PM Hello,
If you are using Origin 2016, (with demo version here: http://www.originlab.com/demodownload.aspx) the parameter mean and standard deviation will output in the parameter table, as Derived Parameters, please check this page for details: http://www.originlab.com/doc/Origin-Help/LogNormal-FitFunc
Besides, what do you mean by g(x) = x1 f1(x) +x2 f2(x)?
Best regards! Jason OriginLab Technical Service |
|
|