Skip to content

Commit

Permalink
Spelling corrections, remove debugging print statment.
Browse files Browse the repository at this point in the history
  • Loading branch information
d-lamb committed Feb 23, 2016
1 parent 8c3eb99 commit 212fe50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Example/Fit/lmfit_example.pl
Expand Up @@ -15,7 +15,7 @@
###
### OUTPUT
### $ym = pdl of fitted values
### $finalp = pdl of paramters
### $finalp = pdl of parameters
### $covar = covariance matrix
### $iters = number of iterations actually used
###
Expand Down Expand Up @@ -82,6 +82,6 @@ sub linefit {
$dy[1] .= 1;

# Add $dy[ ] .= () lines as necessary to supply
# partial derivatives for all floating paramters.
# partial derivatives for all floating parameters.
}

4 changes: 2 additions & 2 deletions Lib/Fit/LM.pm
Expand Up @@ -182,7 +182,7 @@ the F<Example/Fit> directory.
###
### OUTPUT
### $ym = pdl of fitted values
### $finalp = pdl of paramters
### $finalp = pdl of parameters
### $covar = covariance matrix
### $iters = number of iterations actually used
###
Expand Down Expand Up @@ -249,7 +249,7 @@ the F<Example/Fit> directory.
$dy[1] .= 1;
# Add $dy[ ] .= () lines as necessary to supply
# partial derivatives for all floating paramters.
# partial derivatives for all floating parameters.
}
=cut
Expand Down
1 change: 0 additions & 1 deletion t/lm.t
Expand Up @@ -23,7 +23,6 @@ BEGIN {
}

my ($t,$count,$sigma)=rcols(\*DATA,0,1,2);
print "$t\n$count\n$sigma\n";
my $initp = pdl(10,900,80,27,225);
my $gnuplot_pf_unweighted = pdl(7.96, 282.5, 70.0, 28.5, 117.7);
my $gnuplot_pf_weighted = pdl(5.53, 290.7, 46.6, 33.3, 162.7);
Expand Down

0 comments on commit 212fe50

Please sign in to comment.