Cannabaceae

Original file(SVG file, nominally 630 × 630 pixels, file size: 213 KB)

Summary

 
W3C-validity not checked.
Description
English: Comparison of residuals between first order Heteroskedastic and Homoskedastic disturbances
Date 19:08, 29 July 2010 (UTC)
Source I (Protonk (talk)) created this work entirely by myself.
Author Protonk (talk)

Code can be recreated in R with the following code (Commented out):

set.seed(127)
x<-seq(1,200,1)
err<-NULL
for(i in c(1:200)) {
	err[i]<-rnorm(1,0,i)
	}
y<-3.8*x+25+err;
#Auxilliary regression
naivelm<-lm(y~x)
absresid<-abs(naivelm$residuals)
auxreg<-lm(absresid~x+0)
#no hsked
errno<-NULL
for(i in c(1:200)) {
	errno[i]<-rnorm(1,0,15)
	};
yn<-3.8*x+25+errno;
par(mfrow=c(2,1))
plot(absresid~x,pch=20,main="Heteroskedastic Residuals",ylab="Absolute Value of Residuals")
abline(coef=c(0,auxreg$coefficients),col=2)
plot(abs(lm(yn~x)$residuals)~x,pch=20,main="Homoskedastic Residuals",ylab="Absolute Value of Residuals")
abline(coef=c(lm(abs(lm(yn~x)$residuals)~x)$coefficients),col=2,lty=2);

Licensing

I, the copyright holder of this work, hereby publish it under the following licenses:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
You may select the license of your choice.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

copyright status

copyrighted

copyright license

GNU Free Documentation License, version 1.2 or later

Creative Commons Attribution-ShareAlike 3.0 Unported

media type

image/svg+xml

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current19:08, 29 July 2010Thumbnail for version as of 19:08, 29 July 2010630 × 630 (213 KB)Protonk{{Information |Description = Comparison of residuals between first order Heteroskedastic and Homoskedastic disturbances |Source = I (~~~) created this work entirely by myself. |Date = ~~~~~ |Author = ~~~ |other_versions =
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Metadata

One thought on “Cannabaceae

  1. Well, that’s interesting to know that Psilotum nudum are known as whisk ferns. Psilotum nudum is the commoner species of the two. While the P. flaccidum is a rare species and is found in the tropical islands. Both the species are usually epiphytic in habit and grow upon tree ferns. These species may also be terrestrial and grow in humus or in the crevices of the rocks.
    View the detailed Guide of Psilotum nudum: Detailed Study Of Psilotum Nudum (Whisk Fern), Classification, Anatomy, Reproduction

Leave a Reply