completing a bell curve

2 visualizzazioni (ultimi 30 giorni)
Tara
Tara il 30 Set 2011
I am trying to take the area under the curve (area under bell curve) but my data is only 75% complete. Since bell curves are symmetric, is there any way that I can have Matlab complete the curve (based on the data already given to make most of the plot) so that I can take the area under the curve? Thanks!

Risposte (3)

Wayne King
Wayne King il 30 Set 2011
Hi Tara, when you say bell curve, do you mean a Gaussian pdf? If so you can get that information exactly if you know the paramaters (mu and sigma). If you are just talking about a smooth curve, can you use interp1 ? Not sure how your 75% are distributed along the curve.
  1 Commento
Walter Roberson
Walter Roberson il 30 Set 2011
If it is like a grading curve, with fixed upper and lower bounds, then gaussian would not be appropriate. A beta distribution might be, though:
http://en.wikipedia.org/wiki/Beta_distribution

Accedi per commentare.


Tara
Tara il 1 Ott 2011
Thanks for the answers and suggestions! Basically, I have some data that consistently makes a bell curve (HPLC data). My most recent data collection gave me almost all of the bell curve, except for the last 20% of it. If you look at the wiki beta distribution link, I have all of the teal curve, except from 0.5 down to 1. I want to fill in that data. Do I need to do an extrapolation? Thanks!
  2 Commenti
Walter Roberson
Walter Roberson il 2 Ott 2011
The "teal" curve is the one with the peak before 0.5 ? The one that has only a small tail from 0.5 up to 1? That does not seem to be compatible with your data being "75% complete" ?
Walter Roberson
Walter Roberson il 2 Ott 2011
Perhaps you could post a link to a copy of what you _do_ have ?

Accedi per commentare.


UJJWAL
UJJWAL il 1 Ott 2011
Hi Tara,
I still have some doubts about your question but I think what you want to ask is that you have an incomplete bell curve from your data collection and you want to complete it. So my suggestion is to extrapolate it since the data collection cannot complete it.....
Hope it Helps. for details reply back
Happy to Help
UJJWAL

Categorie

Scopri di più su Get Started with Curve Fitting Toolbox in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by