answersLogoWhite

0


Best Answer

It is 52.

User Avatar

Wiki User

6y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: If the coefficient of determination for the data set is 0.75 and the SSE for the data set is 13 what is the SST for the data set?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Statistics

What is the SUMS OF SQUARES One-way ANOVA?

In a one-way ANOVA, the relate in an equation the total variation, , where i=1,2,…,a and j=1,2,…,n_i; the explained variation and the unexplained variation SST=SSA+SSE Degrees of freedom N-1 a-1 N-a


How does a linear regression allow us to better estimate trends costs and other factors in complex situations?

You question is how linear regression improves estimates of trends. Generally trends are used to estimate future costs, but they may also be used to compare one product to another. I think first you must define what linear regression is, and what the alternative forecast methods exists. Linear regression does not necessary lead to improved estimates, but it has advantages over other estimation procesures. Linear regression is a mathematical procedure that calculates a "best fit" line through the data. It is called a best fit line because the parameters of the line will minimizes the sum of the squared errors (SSE). The error is the difference between the calculated dependent variable value (usually y values) and actual their value. One can spot data trends and simply draw a line through them, and consider this a good fit of the data. If you are interested in forecasting, there are many methods available. One can use more complex forecasting methods, including time series analysis (ARIMA methods, weighted linear regression, or multivariant regression or stochastic modeling for forecasting. The advantages to linear regression are that a) it will provide a single slope or trend, b) the fit of the data should be unbiased, c) the fit minimizes error and d) it will be consistent. If in your example, the errors from regression from fitting the cost data can be considered random deviations from the trend, then the fitted line will be unbiased. Linear regression is consistent because anyone who calculates the trend from the same dataset will have the same value. Linear regression will be precise but that does not mean that they will be accurate. I hope this answers your question. If not, perhaps you can ask an additional question with more specifics.


Is any idea for java code writing linear regression?

import java.io.*;import java.util.*;public class LinearRegression {public static void main(String[] args) {int MAXN = 1000;int n = 0;double[] x = new double[MAXN];double[] y = new double[MAXN];// first pass: read in data, compute xbar and ybardouble sumx = 0.0, sumy = 0.0, sumx2 = 0.0;while(!StdIn.isEmpty()) {x[n] = StdIn.readDouble();y[n] = StdIn.readDouble();sumx += x[n];sumx2 += x[n] * x[n];sumy += y[n];n++;}double xbar = sumx / n;double ybar = sumy / n;// second pass: compute summary statisticsdouble xxbar = 0.0, yybar = 0.0, xybar = 0.0;for (int i = 0; i < n; i++) {xxbar += (x[i] - xbar) * (x[i] - xbar);yybar += (y[i] - ybar) * (y[i] - ybar);xybar += (x[i] - xbar) * (y[i] - ybar);}double beta1 = xybar / xxbar;double beta0 = ybar - beta1 * xbar;// print resultsSystem.out.println("y = " + beta1 + " * x + " + beta0);// analyze resultsint df = n - 2;double rss = 0.0; // residual sum of squaresdouble ssr = 0.0; // regression sum of squaresfor (int i = 0; i < n; i++) {double fit = beta1*x[i] + beta0;rss += (fit - y[i]) * (fit - y[i]);ssr += (fit - ybar) * (fit - ybar);}double R2 = ssr / yybar;double svar = rss / df;double svar1 = svar / xxbar;double svar0 = svar/n + xbar*xbar*svar1;System.out.println("R^2 = " + R2);System.out.println("std error of beta_1 = " + Math.sqrt(svar1));System.out.println("std error of beta_0 = " + Math.sqrt(svar0));svar0 = svar * sumx2 / (n * xxbar);System.out.println("std error of beta_0 = " + Math.sqrt(svar0));System.out.println("SSTO = " + yybar);System.out.println("SSE = " + rss);System.out.println("SSR = " + ssr);}}


Related questions

When was SSE Renewables created?

SSE Renewables was created in 1997.


What is SSE plc's population?

The population of SSE plc is 20,000.


What is the population of SSE plc?

The population of SSE plc is 2,011.


When was SSE plc created?

SSE plc was created in 1998.


What is the population of SSE Renewables?

SSE Renewables's population is 380.


What was the first processor to include SSE?

SSE was first used with the Intel Pentium 3 III.


When was The SSE Hydro opened?

The SSE Hydro is an indoor arena in United Kingdom and was opened on 2013.


How do you get on to SSE on Super Smash Bros. wii?

go to solo mode (the yellow tab) and the biggest one is SSE. go to solo mode (the yellow tab) and the biggest one is SSE.


How do you unlock all the characters on Super Smash Bros Brawl without doing the subspace emissary?

Captain Falcon70 Brawl Matches OR Have him join in SSE OR Beat Classic in 12 minutes or less then defeat him in the following matchFalco50 Brawl Matches OR Have him join in SSE OR Complete 100-man brawlGanondorf200 Brawl Matches OR Collect Zelda and Link trophies in SSE to have him join you OR Clear Classic on Hard with Link or ZeldaJigglypuff350 Brawl Matches OR Fight her in Swamp stage in SSE after completing it OR complete SSE then Events 1-20Lucario100 Brawl Matches OR Have him join in SSE OR Complete all 5 Target Tests with a characterLuigi22 Brawl Matches OR Have him join in SSE OR Complete Classic without continuingMarth10 Brawl Matches OR Have him join in SSE OR Finish Classic on any difficultyMr. Game &amp; Watch250 Brawl Matches OR Have him join in SSE OR Clear Target Tests on any level with 30+ charactersNess5 Brawl Matches OR Have him join in SSE OR Reflect ten projectilesR.O.B. (Robot)160 Brawl Matches OR Have him join in SSE OR Get 250 different TrophiesSnake130 Brawl Matches OR Have him join in SSE OR Play 15 matches on Shadow Moses IslandSonic300 Brawl Matches OR Have him join in SSE OR Beat Classic Mode with 10 characters OR play Brawl for 10 hours.Toon Link400 Brawl Matches OR Fight him in Forest stage in SSE after completing it OR After beating SSE, finish the Classic modeWolf450 Brawl Matches OR Fight him in Ruins stage in SSE after completing it OR Complete Boss Mode with Fox or Falco But you cannot unlock all of the characters so you have to do Adventure


In what year did Seventy Seven Energy Inc - SSE - have its IPO?

Seventy Seven Energy Inc. (SSE)had its IPO in 2014.


Which direction is Marseille from Paris?

SSE


What is the opposite of NNW on the compass?

SSE