Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^4: using Statistics::Regression

by Random_Walk (Prior)
on Apr 19, 2017 at 19:52 UTC ( [id://1188310]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        # OK, now lets use linear regression to fit
        my $reg = Statistics::Regression->new( $data->{Name}, [ "Const", "
    +Theta1", "Theta2" ] );
    ...
        }
        print "Results are ...\n";
        $reg->print();
    
  2. or download this
    # This is printed by the lines above, this one works fine...
    
    ...
            Statistics::Regression::standarderrors(Statistics::Regression=
    +HASH(0x44dfe90)) called at C:/Perl64/site/lib/Statistics/Regression.p
    +m line 430
            Statistics::Regression::print(Statistics::Regression=HASH(0x44
    +dfe90)) called at Report.pl line 125
            main::predict(HASH(0x4340ec8), 10) called at Report.pl line 85
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1188310]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-04-19 14:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found