Sha256: c6ba02a32ef5308a9e8792626332ddd10e904453aa7eb15769534328a664e72c
Contents?: true
Size: 339 Bytes
Versions: 26
Compression:
Stored size: 339 Bytes
Contents
module Statsample module Regression module Binomial # Probit Regression # See Statsample::Regression::Binomial::BaseEngine for documentation class Probit < BaseEngine def initialize(ds,y_var) model=Statsample::MLE::Probit.new super(ds,y_var,model) end end end end end
Version data entries
26 entries across 26 versions & 1 rubygems