::Free Statistics and Forecasting Software::

v1.1.23-r6
 
  Black&White | Blue Theme | Normal Fontsize | Increase Fontsize | Decrease Fontsize | Toggle underline
Secure website (SSL) | Private
 
 


This software module is powered by R

:: Testing Variance - Critical Value (Region) - Free Statistics Software (Calculator) ::

All rights reserved. The non-commercial (academic) use of this software is free of charge. The only thing that is asked in return is to cite this software when results are used in publications.

This free online software (calculator) computes the critical value (region) for the hypothesis test about the variance (for a given sample size, sample variance, and type I error).

Click here to edit the underlying code of this R Module.

Send output to:
Sample size 
Sample Variance 
Null hypothesis 
Type I error (alpha) 

Click here to edit the underlying code of this R Module.





Source code of R module
1par1<-as.numeric(par1)
2par2<-as.numeric(par2)
3par3<-as.numeric(par3)
4par4<-as.numeric(par4)
5df <- par1 - 1
6if (par2 > par3)
7{
8myc <- par3 / df * qchisq(1-par4,df)
9} else {
10myc <- par3 / df * qchisq(par4,df)
11}
12myc
13load(file="createtable")
14a<-table.start()
15a<-table.row.start(a)
16a<-table.element(a,hyperlink("http://www.xycoon.com/ht_variance.htm","Testing Variance - Critical value (region)","learn more about Statistical Hypothesis Testing about the Variance"),2,TRUE)
17a<-table.row.end(a)
18a<-table.row.start(a)
19a<-table.element(a,"Sample size",header=TRUE)
20a<-table.element(a,par1)
21a<-table.row.end(a)
22a<-table.row.start(a)
23a<-table.element(a,"Sample variance",header=TRUE)
24a<-table.element(a,par2)
25a<-table.row.end(a)
26a<-table.row.start(a)
27a<-table.element(a,"Null hypothesis (H0)",header=TRUE)
28a<-table.element(a,par3)
29a<-table.row.end(a)
30a<-table.row.start(a)
31a<-table.element(a,"Type I error (alpha)",header=TRUE)
32a<-table.element(a,par4)
33a<-table.row.end(a)
34a<-table.row.start(a)
35a<-table.element(a,"Critical value",header=TRUE)
36a<-table.element(a,myc)
37a<-table.row.end(a)
38a<-table.row.start(a)
39a<-table.element(a,"Conclusion",header=TRUE)
40if (par2 > par3)
41{
42if (par2 < myc) a<-table.element(a,"There is no reason to reject the null hypothesis") else a<-table.element(a,"Reject the null hypothesis")
43} else {
44if (par2 > myc) a<-table.element(a,"There is no reason to reject the null hypothesis") else a<-table.element(a,"Reject the null hypothesis")
45}
46a<-table.row.end(a)
47a<-table.end(a)
48table.save(a,file="mytable.tab")
Top | Output | Charts | References | History | Feedback



Cite this software as:
Wessa P., (2008), Testing Variance - Critical Value (v1.0.2) in Free Statistics Software (v1.1.23-r6), Office for Research Development and Education, URL http://www.wessa.net/rwasp_hypothesisvariance1.wasp/
The R code is based on :
Xycoon, Statistics - Econometrics - Forecasting, Office for Research Development and Education, http://www.xycoon.com/ht_variance.htm#ex1
Top | Output | Charts | References | History | Feedback
List of last 4 computationsDelete history
Server DateModuleCommand
Sun, 21 Mar 2010 16:56:38 -0600Population Mean TestPrint | Word | Excel | Blog this | Delete
Sun, 21 Mar 2010 16:46:59 -0600ARMA Parameter EstimationPrint | Word | Excel | Blog this | Delete
Sun, 21 Mar 2010 16:46:43 -0600Standard Deviation-Mean PlotPrint | Word | Excel | Blog this | Delete
Sun, 21 Mar 2010 16:46:35 -0600Start of session-
Top | Output | Charts | References | History | Feedback

Please, send us your feedback!
Overall rating
What do you think about the response time?
Rate the facility with which you interact with our software.
Is the output presented in an understandable (clear) form?
How did you find this website/module?
Do you have any comments or suggestions for our site?
Please enter the code that is displayed in this picture: captcha

To cite Wessa.net in publications use:
Wessa, P. (2010), Free Statistics Software, Office for Research Development and Education,
version 1.1.23-r6, URL http://www.wessa.net/

© Resa R&D, and the 'Office for Research, Development, and Education' - All rights reserved. Academic license for non-commercial use only.
This website is an intellectual and physical property of Resa R&D. This includes: html content, graphical illustrations (gif files), computer software, online or electronic documentation, associated media, and printed materials. The free use of the scientific content, services, and applications in this website is granted for non commercial use only. In any case, the source (url) should always be clearly displayed. Under no circumstances are you allowed to reproduce, copy or redistribute the design, layout, or any content of this website (for commercial use) including any materials contained herein without the express written permission of Resa R&D or the Office for Research, Development, and Education.

Information provided on this web site is provided "AS IS" without warranty of any kind, either express or implied, including, without limitation, warranties of merchantability, fitness for a particular purpose, and noninfringement. We use reasonable efforts to include accurate and timely information and periodically update the information, and software without notice. However, Resa R&D makes no warranties or representations as to the accuracy or completeness of such information (or software), and it assumes no liability or responsibility for errors or omissions in the content of this web site, or any software bugs in online applications. Your use of this web site is AT YOUR OWN RISK. Under no circumstances and under no legal theory shall Resa R&D be liable to you or any other person for any direct, indirect, special, incidental, exemplary, or consequential damages arising from your access to, or use of, this web site.

Software Version : 1.1.23-r6
Algorithms & Software : Prof. dr. P. Wessa
Facilities : Resa R&D - Office for Research, Development, and Education
Server : www.wessa.net

Comments, Feedback & Errors | Privacy Policy | Statistics Resources | Wessa.net Home

 © Wessa.Net 2002-2010  
 
 

Home Page
Equation Plotter
Time Series Analysis (new)
Time Series Analysis (old)
Multiple Regression (new)
Multiple Regression (old)
Descriptive Statistics
Statistical Distributions
Hypothesis Testing
Statistics Education

Academic citations
Computations Archive
Search Computations
R Project
FAQ
About Wessa.net
Powered by Linux

Server status page
Any R Server






Installed Packages

History list
Edit R Code
Google
Web wessa.net



Resa R&D provides this service to the internet community free of charge. Support this project with your contribution.