Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

Statistical Methods

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Statistical Methods

Linear Model
Non-linear Model

Linear Regression Models

Regression: Mapping inputs to outputs for prediction.

Classification: Mapping inputs to categorical outputs for description.

Likelihood refers to the probability of the target given the weight. The maximum likelihood estimate (MLE) is used in multivariate regression.

Logistic Regression: Logistic regression is a classification algorithm, not a regression algorithm[1]. One common question is: what are the differences between perceptron and logistic regression? [2]