Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

using Statistics::Regression

by Random_Walk (Prior)
on Apr 19, 2017 at 14:07 UTC ( [id://1188279]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      use Statistics::Regression;
    
    ...
      $reg->include( 1.0, [ 1.0, 5.0, 2.0 ] );
      $reg->include( 20.0, [ 1.0, 31.0, 0.0 ] );
      $reg->include( 15.0, [ 1.0, 11.0, 2.0 ] );
    
  2. or download this
     $predictedY = $Theta[0] + $X * $Theta[1] + $X**2*Theta[2] ... $X**3*T
    +heta[n];
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1188279]
Approved by haukex
Front-paged by haukex
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found