JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
smile.glm.model
Interface Binomial
public interface
Binomial
The response variable is of Binomial distribution.
Method Summary
All Methods
Static Methods
Default Methods
Modifier and Type
Method and Description
static
Model
logit
(int[] n)
logit link function.
Method Detail
logit
static
Model
logit(int[] n)
logit link function. Suppose n * y has a bin(n, p) distribution. That is, y is the sample proportion (rather than number) of successes. So E(y) is independent of n.
Parameters:
n
- each sample y[i] is of bin(n[i], p_i) distribution.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method