Skip to content

FERRE matches physical models to measurements

Notifications You must be signed in to change notification settings

dnidever/ferre

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ferre

FERRE is a data analysis code written in FORTRAN90. It matches models to data, taking a set of observations and identifying the model parameters that best reproduce the data, in a chi- squared sense. Model predictions are to be given as an array whose values are a function of the model parameters, i.e. numerically. FERRE holds this array in memory, or in a direct-access binary file, and interpolates in it. The code returns, in addition to the optimal set of parameters, their error covariance, and the corresponding model prediction.

The FERRE fortran code was written by Carlos Allende Prieto. David Nidever repackaged it, added some Python code to call the Fortran program and added it to Pypi so it can be pip installed.

About

FERRE matches physical models to measurements

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 94.8%
  • Python 3.7%
  • Other 1.5%