Skip to content

Commit

Permalink
Merge pull request #15 from Blahah/patch-1
Browse files Browse the repository at this point in the history
fix Regression::Simple example in docs
  • Loading branch information
clbustos committed Dec 22, 2013
2 parents ebc04a6 + d6e8c6c commit b8e5365
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/statsample/regression/simple.rb
Expand Up @@ -2,10 +2,10 @@ module Statsample
module Regression
# Class for calculation of linear regressions with form
# y = a+bx
# To create a SimpleRegression object:
# * <tt> SimpleRegression.new_from_dataset(ds,x,y)</tt>
# * <tt> SimpleRegression.new_from_vectors(vx,vy)</tt>
# * <tt> SimpleRegression.new_from_gsl(gsl) </tt>
# To create a Statsample::Regression::Simple object:
# * <tt> Statsample::Regression::Simple.new_from_dataset(ds,x,y)</tt>
# * <tt> Statsample::Regression::Simple.new_from_vectors(vx,vy)</tt>
# * <tt> Statsample::Regression::Simple.new_from_gsl(gsl) </tt>
#
class Simple
include Summarizable
Expand Down

0 comments on commit b8e5365

Please sign in to comment.