Creating PDFs to Converting Data into Histograms and Fitting Curves

  • Context: Undergrad 
  • Thread starter Thread starter member 428835
  • Start date Start date
  • Tags Tags
    Pdf
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 1K views
member 428835
hey all (again)!

how do people create pdf's? it seems like we start by collecting info and turning it into a histogram. then do we simply look at an array of curves, or is there something more, such as what is done of finding the least squares method for fitting data to a line?

thanks!
 
Physics news on Phys.org
Most of the time the data is assumed to fit some known distribution with a theoretical PDF and parameters. Then the parameters are estimated. If you are creating a PDF from scratch from the data, I would make a CDF first. The CDF is an integral of the PDF so it is smoother and less dependent on the choice of histogram partitions. Then a curve can be fit to the CDF and the PDF can be estimated.