Hello,
I have a question regarding multiple regression.
I am reading a paper in which the author performed a multiple regression to predict the energy consumption of an electric car based on a 27 variables measured during journeys, such as speed and acceleration etc.
The author...
Hi there,
I have performed a linear regression of the energy consumption of an electric car on 7 measured parameters. They are
1. Max acceleration
2. Average Acceleration
3. Average Velocity
4. Distance travelled
5. Standard Deviation Acceleration
6. Standard Deviation Velocity...
Hi there,
Could anybody offer any advice on a linear regression sample size problem?
I am using regression to predict the energy consumption (watt/mile) of an electric car based on a number of parameters such as average velocity, max velocity, average acceleration, the number of stops...
A text says that if you calculate the linear regression of data points and you get the equation y=mx+b with an r2 value, the error in the slope is given by:
δm/m=2(1-r)
No explanation was given. Could someone please explain this formula? Thanks!
Hi,
I am studying logistic regression and gradient ascent and have seen it used with a cost function and without one. Could anyone tell me why you would use a cost function? It seems just as effective without one.
alpha = .05
h = data * weights
error = labels - sigmoid(h)...
there are 3 variables. X,Y,Z.
Assuming
Y = a + b*X + errorTerm
Z = c + d*X + errorTerm,
Y = g + h*Z + errorTerm;
what can we say about the relationtion between h and (b,d)? under what
condition so we can have "h = b/d"?
thanks
Homework Statement
The Attempt at a Solution
So I was wondering whether or not, in an instance of n observations and k explanatory variables, where the following is an accurate statement:
That is, the estimate of beta_1 found by only regressing y on x_1 is equal to the the true multiple...
Does this even make sense?
Am told to do a multiple regression analysis. The response variable and the explanatory variables add up and should give up ~100 percent of the total product. Example:
Milk = water + fat + protein ~= 100% (all are in terms of percentages)
The regression I was...
I'm doing some line fitting on experimental data. Basically I have some array of pixels, and a value measured at each pixel, and I am fitting it with several constrained Gaussians. I'm using a Levenburg-Marquadt nonlinear least squares algorithm called mpfit to fit the parameters, but the...
βHomework Statement
Data y1,y2...yn are modeled as observations of random variables Y1,..Yn given by
Yi = α + β(xi-xbar) + σεi
Where α , β and σ are unknown parameters x1,x2...xn are known constants and xbar is
(1/n)Ʃxi and εi's are independent random variables each with the...
yi = a + bxi + ei is the simple liner regression model as per is usual
"state the assumptions on the errors ei to justify a least squares fit"
? So is this just that E(ei)=0, i can't see what else is a 'must' for this? what about that they are normally distrubited? i know the properties of the...
Homework Statement
Hello, I have done a laboratorial experiment (electron diffraction) and I've been doing the analysis of the obtained data.
I have plotted the data obtained experimentally, and the slope of the obtained linear regression should give a certain value.
What's happening...
Hi folks.
Just looking for some input please.
I have a dataset containing interval data (one dependent and 6 independent variables) and taken a random 90% sample (approx 300 observations). I've performed a linear stepwise regression on the 90%, in order to obtain a model to predict the...
Homework Statement
http://www.math.tamu.edu/~vargo/courses/251/HW7.pdf
Given a set of points (xi,yi) and assuming f(xi) is linear, the deviation measured is F(m,b)=\sum_{i}^{n}(y_i - f(x_i))^2. There are a few different questions about this from the link above.
The Attempt at a...
Hi,
I have a problem that is giving me a headache. I have measured two angles that I believe to be related to one another, and they are (this is a data set where I have measured the angle from a datum to two features on a bone. There are 14 bones in the data set):
Angles to feature 1 (F1)...
I have couple questions about this and I was hoping someone with some stats knowledge could clarify.
First, when people report numbers such as 10 plus or minus 5, what does the 5 mean? Is it the standard deviation or the confidence interval or the variance? What is the relationship between...
Homework Statement
Using a data logger, I have collected data for two cooling cups: the temperature (c) at 1 second intervals. My task was to model this data using two methods.
"METHOD 1: Use EXCEL or the regression analysis capability of your graphic calculator"
"METHOD 2: Find the...
Homework Statement
"You are asked to do an experiment where you will need to use a rotating blade to measure the wind speed. You measure the number of rotations of the blade at 10 different wind speeds, 10 times each and will make a linear fit to determine the wind speed as a function of...
Homework Statement
Ive two questions not directly relating to a problem but just stat in general.
i)
In Swedish what is called the "help variable" for a regression equation: y=u'*B where u' is the vector of explaining variables (x1,...,xn) can apparently be written in many ways..
One...
It's been a long time since I've done (least squares?) multiple regression, is the calculation below correct?
y data points
6,054
7,200
6,243
5,536
4,879
y hat = 5,984
x data points
414
351
425
372
328
x hat = 378
Sum of xy's residuals = 39,643
Sum of (x-x hat) squared =...
Homework Statement
Suppose that data (x1,y1),(x2,y2),.?.,(xn,yn) is modeled with xi being non random and Yi being observed values of random variables Y1,Y2,...Yn which are given by
Yi = a + b(xi-xbar) + σεi
Where a, b, σ are unknown parameters and εi are independent random variables each...
Has anyone tried to apply the following regression equation appeared in the paper "Continuous measurement of systolic blood pressure using the PTT and other parameters" (Proceedings of the 2005 IEEE Engineering in Medicine and Biology 27th Annual Conference Shanghai, China, September 1-4, 2005)...
I'm not sure if this is the right place for this question, but it was on the comparison between different model's AIC/SBC values.
I ran a linear regression and got an AIC/SBC of .743/.768. When I ran the same regression in log-linear form I ended up with an AIC/SBC of -7.559/-7.534.
My...
I'm currently looking at a linear regression handout from Uni and there are two methods to calculate the equation. The Normal one is to find a and b for y=a+bx, the equations for a and b are given in the handout but I'll assume you're familiar with them. The simplified one is using
y = Bx +...
This is for my coursework. I have two problems. The first one.
Homework Statement
I have two time messures. Before and after a scheme was introduced.I have to answer a question if it made a statistically significant difference or not. And also as it was introduced in 3 places I need to...
Hey, so I've started doing a plasma physics research project and one of the things that I have to do is design a function which approximates a curve based on data points that its fed. So far I found the formula for creating a linear regression, but I'm having trouble finding the formulas for...
Hi all,
I've learned that in unconstrained polynomial regression, the optimal order can be determined using two F tests : one to test for the significance of the overall regression, the other to test for the significance of the higher coefficients (assuming the first test passed of course)...
Homework Statement
Hello,
I have some data from a statewide standardized exam, and I am trying to do a regression model, but am having a bit of trouble. (Im a mathematician and not a statistician).
Basically, I am trying to show some type of correlation between race and test scores...
Hi all, I would like to understand the theory for determining outliers in the following scenario.
Let's say I am to fit a linear model to the data of house size v. sale price for a particular location.
And let's say I have a fairly good linear relationship, as house size increases, so does...
Homework Statement
based on this data
http://www.stat.ufl.edu/~rrandles/sta4210/4210lectures/secondexreview/exam2rev.pdf
1) Consider the full (three predictor) model. Is this model useful? (are any of the predictors worthwhile?)
2) Use the All-Subsets and conduct a search for the best...
Homework Statement
based on this data
http://www.stat.ufl.edu/~rrandles/sta4210/4210lectures/secondexreview/exam2rev.pdf
1) Consider the full (three predictor) model. Is this model useful? (are any of the predictors worthwhile?)
2) Use the All-Subsets and conduct a search for the...
Hi there.
I am having some trouble understanding the full context of this question.
Suppose we have a categorical variable T E (1...n) and we observe k observations for Y when T = n. If a regression model holds:
i) Write down Y in terms of dummy variables X1...Xi
ii) What is the...
Hi all.
I am trying to find out if it's possible to calculate an r^2 value (% of variation explained) when performing a linear bivariate regression using dummy variables.
Let me provide an example of what I'm working on. I'm trying to find if a correlation exists between the type of house...
Consider the multiple regression model containing three independent variables
y = B0 + B1x1 + B2x2 + B3x3 + u
You are interested in estimating the sum of the parameters on x1 and x2; call this O1 = B1 + B2
a) Show that O hat1 = B hat 1 + B hat 2 is an unbiased estimator of O1.
b)...
I am sooo lost in this class, please help.
1. Let the true (population) model be y = B0+B1x1+B2x2+u where u is an unobserved error term with u (conditional) x1, x2 and N(0, sigma^2). Hence, u is normally distributed with mean 0 and variance sigma^2 (i.e., E[u (conditional) x1, x2] = 0 and V...
Hi everyone,
This is not a homework question. I just want to understand an aspect of linear regression better. The book "Applied Linear Models" by Kutchner et al, states that a linear regression model is of the form
Y_i = B_0 + B_1 X_i + \epsilon_i
where
Y_i is the value of the...
Hi,
I have the following population figures for a five year interval:
554.8, 609, 657.5, 729.2, 830.7, 927.8, 998.9, 1070, 1155.3, 1220.5
The graph has an exponential growth from the first value to the fourth value and then the population starts to decay.
I found that a Cubic...
I've been told that their exists no perfect mathematical method of obtaining a line of best fit from a population of data.
This doesn't make a whole lot of sense to me, so I have made an attempt at doing such (see google docs link)...
Dear all,
let's say I want to know the elasticity constant of a spring (k), so I measure several times different values for the force applied to the spring, F, and the displacement of the spring, x.
So, for N measures, I have xi and Fi and their uncertainties.
Now, I'm really not an expert of...
Statistics, multiple choice, regression equation -- 2nd question
Homework Statement
A regression equation was developed to predict gasoline mileage (mpg) for various car weights (pounds). The resultant equation was: Y = 35.2 - .0034 X. Which two answers can be concluded?
A. The...
Statistics help -- Scatter plot, regression
Homework Statement
Consider the following data set for ten first grade students; the variables are the number of minutes spent learning a list of spelling words and the number wrong on the spelling test. [15 points total]
(supposed to be a...
Hi friends,
I need to get the surface equation like function f(x,y) that passes through 66 points.
I attached the file xls where is the points, and a pdf file where is the graphics of the points.
Can somebody help say me that I have to do for solve it?
Hello everyone, I have a homework assignment in my financial mathematics class and I don't fully understand it, so here is my problem:
I am supposed to backtest a given data set to see if a financial model works, in particular, for 30 maturity dates of the treasuries (bonds) I had to see how...
Homework Statement
given the regression of y on x is 2y-3x=10 and the regression of x on y is 4x-3y=8 find the correlation r between x and y, also find the mean of x and the mean of y.
Homework Equations
The Attempt at a Solution
I am absolutley clueless on this problem, there is...
Trying to translate a mathematical term from Hebrew to English ("regression rule")
If I translate it word by word in Hebrew, it's the "regression rule"
Such as,
I am told that "a series is defined for every natural n by the regression rule"...