in reply to
Re: using Statistics::Regression
in thread
using Statistics::Regression
Nope. I figured the first 1.0 was a weight, and you could just leave it like that if you didn't care about weighting. No go. The module crashes if the first number is the same for all data points. Hm.
Comment on
Re^2: using Statistics::Regression
Replies are listed 'Best First'.
Re^3: using Statistics::Regression
by
Anonymous Monk
on Apr 19, 2017 at 17:09 UTC
Argh! The weight is an optional third argument to include(), which isn't mentioned anywhere in the documentation.
[reply]
In Section
Seekers of Perl Wisdom