class Statsample::GLM::Normal

Public Class Methods

new(data_set, dependent, opts={}) click to toggle source
Calls superclass method Statsample::GLM::Base::new
# File lib/statsample-glm/glm/normal.rb, line 8
def initialize data_set, dependent, opts={}
  super data_set, dependent, opts
end

Public Instance Methods

to_s() click to toggle source
# File lib/statsample-glm/glm/normal.rb, line 12
def to_s
  "Statsample::GLM::Normal"
end