independent-variables
There are 10 repositories under independent-variables topic.
earthat/London-House-Price-Prediction-using-NN
This one uses the NARX model to predict the forthcoming house price in months of 2017.
PiotrLeTrong/regressr-library-ghl
[Master] regressr
KSSRINIVASARAO/LinearRegression
linear regression is a linear approach to modeling the relationship between a scalar response (or dependent variable) and one or more explanatory variables (or independent variables). The case of one explanatory variable is called a simple linear regression. One of the most known and used algorithms that most of tech_specialist use and love is Linear Regression. Tried to solve it with a dataset
Ranjitkumarsahu1436/Multiple-Regression
Multiple regression is an extension of simple linear regression. It is used when we want to predict the value of a variable based on the value of two or more other variables. The variable we want to predict is called the dependent variable (or sometimes, the outcome, target or criterion variable)
shrey1216/Statistical-Analysis-of-Independent-and-Dependent-Variables-Data-Merging-Missing-Data-Imputation
Data Analysis: Merge, Impute, and Interpret
vaitybharati/P18.-Hypothesis-Testing-2-Sample-2-Tail-Test-Drugs-and-Placebos-
Hypothesis-Testing-2-Sample-2-Tail-Test-Drugs-and-Placebos. Note: This python code states both 2-sample 1-tail and 2-sample 2-tail codes. Treatment group mean is Mu1 Contrl group mean is Mu2 2-sample 2-tail ttest Assume Null Hypothesis Ho as Mu1 = Mu2 Thus Alternate Hypothesis Ha as Mu1 ≠ Mu2.
ArpitaShrivas001/Credit_Balance_Analysis
Executed Regression modelling, hypothesis testing and statistical analysis to predict factors affecting credit card balances in a firm. Tools & technologies: ANOVA, p-value, R square
BalajiG2000/Gradient_descent_ML
This is a linear regression Machine Learning model which I have created with Coursera' s guided project. This is based on the "chirps dataset" which has 'X' variable as number of chirps by a cricket and 'Y' as the temperature.
VenkataSowjanyaKoka/AutoMPG-Prediction
Linear Regression in PySpark