Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PDLPorters/pdl
base: 6f0e6b52919c^
Choose a base ref
...
head repository: PDLPorters/pdl
compare: 29d4e1ed5373
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Feb 22, 2016

  1. Clarify documentation in PDL::Fit::LM. Add small test-suite case.

    Mostly this clarifies the usage of the 'sig' argument to lmfit.
    'sig' was short for 'sigma', I have changed the former to the latter.
    Confusion sowed because in the example the variable was called
    $wt ("weight"), when in reality the weights turn out to be 1/(sigma**2).
    
    I added a small test suite in t/lm.t.  This uses the data 'silver.dat'
    from Gnuplot, which I believe to be compatible with PDL's license.
    d-lamb committed Feb 22, 2016
    Copy the full SHA
    6f0e6b5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    29d4e1e View commit details
    Browse the repository at this point in the history