Skip to content

Commit 34d43b9

Browse files
committed
adding two-sample t-test assuming unequal varirance aka Welch test
1 parent d210e03 commit 34d43b9

File tree

1 file changed

+128
-2
lines changed

1 file changed

+128
-2
lines changed

Diff for: src/ontology/stato.owl

+128-2
Original file line numberDiff line numberDiff line change
@@ -914,6 +914,9 @@
914914
<Declaration>
915915
<Class IRI="#STATO_0000298"/>
916916
</Declaration>
917+
<Declaration>
918+
<Class IRI="#Welch_t-test"/>
919+
</Declaration>
917920
<Declaration>
918921
<Class IRI="#covariance"/>
919922
</Declaration>
@@ -7296,6 +7299,71 @@
72967299
<Class IRI="http://purl.obolibrary.org/obo/STATO_0000224"/>
72977300
</ObjectSomeValuesFrom>
72987301
</SubClassOf>
7302+
<SubClassOf>
7303+
<Class IRI="#Welch_t-test"/>
7304+
<Class IRI="http://purl.obolibrary.org/obo/OBI_0200000"/>
7305+
</SubClassOf>
7306+
<SubClassOf>
7307+
<Class IRI="#Welch_t-test"/>
7308+
<ObjectSomeValuesFrom>
7309+
<ObjectProperty IRI="http://purl.obolibrary.org/obo/OBI_0000293"/>
7310+
<Class IRI="http://purl.obolibrary.org/obo/STATO_0000053"/>
7311+
</ObjectSomeValuesFrom>
7312+
</SubClassOf>
7313+
<SubClassOf>
7314+
<Class IRI="#Welch_t-test"/>
7315+
<ObjectSomeValuesFrom>
7316+
<ObjectProperty IRI="http://purl.obolibrary.org/obo/OBI_0000293"/>
7317+
<Class IRI="http://purl.obolibrary.org/obo/STATO_0000059"/>
7318+
</ObjectSomeValuesFrom>
7319+
</SubClassOf>
7320+
<SubClassOf>
7321+
<Class IRI="#Welch_t-test"/>
7322+
<ObjectSomeValuesFrom>
7323+
<ObjectProperty IRI="http://purl.obolibrary.org/obo/OBI_0000299"/>
7324+
<Class IRI="http://purl.obolibrary.org/obo/OBI_0000175"/>
7325+
</ObjectSomeValuesFrom>
7326+
</SubClassOf>
7327+
<SubClassOf>
7328+
<Class IRI="#Welch_t-test"/>
7329+
<ObjectSomeValuesFrom>
7330+
<ObjectProperty IRI="http://purl.obolibrary.org/obo/OBI_0000417"/>
7331+
<Class IRI="http://purl.obolibrary.org/obo/STATO_0000255"/>
7332+
</ObjectSomeValuesFrom>
7333+
</SubClassOf>
7334+
<SubClassOf>
7335+
<Class IRI="#Welch_t-test"/>
7336+
<ObjectMinCardinality cardinality="1">
7337+
<ObjectProperty IRI="http://purl.obolibrary.org/obo/OBI_0000293"/>
7338+
<ObjectIntersectionOf>
7339+
<Class IRI="http://purl.obolibrary.org/obo/OBI_0000751"/>
7340+
<Class IRI="http://purl.obolibrary.org/obo/STATO_0000251"/>
7341+
<ObjectSomeValuesFrom>
7342+
<ObjectProperty IRI="http://purl.obolibrary.org/obo/STATO_0000205"/>
7343+
<ObjectIntersectionOf>
7344+
<Class IRI="http://purl.obolibrary.org/obo/STATO_0000019"/>
7345+
<DataHasValue>
7346+
<DataProperty IRI="http://purl.obolibrary.org/obo/STATO_0000129"/>
7347+
<Literal datatypeIRI="&xsd;boolean">true</Literal>
7348+
</DataHasValue>
7349+
</ObjectIntersectionOf>
7350+
</ObjectSomeValuesFrom>
7351+
</ObjectIntersectionOf>
7352+
</ObjectMinCardinality>
7353+
</SubClassOf>
7354+
<SubClassOf>
7355+
<Class IRI="#Welch_t-test"/>
7356+
<ObjectExactCardinality cardinality="2">
7357+
<ObjectProperty IRI="http://purl.obolibrary.org/obo/OBI_0000293"/>
7358+
<ObjectIntersectionOf>
7359+
<Class IRI="http://purl.obolibrary.org/obo/OBI_0000679"/>
7360+
<ObjectSomeValuesFrom>
7361+
<ObjectProperty IRI="http://purl.obolibrary.org/obo/IAO_0000136"/>
7362+
<Class IRI="http://purl.obolibrary.org/obo/STATO_0000193"/>
7363+
</ObjectSomeValuesFrom>
7364+
</ObjectIntersectionOf>
7365+
</ObjectExactCardinality>
7366+
</SubClassOf>
72997367
<SubClassOf>
73007368
<Class IRI="#covariance"/>
73017369
<Class IRI="http://purl.obolibrary.org/obo/IAO_0000109"/>
@@ -20528,6 +20596,59 @@ http://stat.ethz.ch/R-manual/R-patched/library/stats/html/binom.test.html</Liter
2052820596
<IRI>#STATO_0000298</IRI>
2052920597
<Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">exact binomial test</Literal>
2053020598
</AnnotationAssertion>
20599+
<AnnotationAssertion>
20600+
<AnnotationProperty IRI="http://purl.obolibrary.org/obo/IAO_0000114"/>
20601+
<IRI>#Welch_t-test</IRI>
20602+
<IRI>http://purl.obolibrary.org/obo/IAO_0000122</IRI>
20603+
</AnnotationAssertion>
20604+
<AnnotationAssertion>
20605+
<AnnotationProperty IRI="http://purl.obolibrary.org/obo/IAO_0000115"/>
20606+
<IRI>#Welch_t-test</IRI>
20607+
<Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">Welch t-test is a two sample t-test used when the variances of the 2 populations/samples are thought to be unequal (homoskedasticity hypothesis not verified). In this version of the two-sample t-test, the denominator used to form the t-statistics, does not rely on a &apos;pooled variance&apos; estimate.</Literal>
20608+
</AnnotationAssertion>
20609+
<AnnotationAssertion>
20610+
<AnnotationProperty IRI="http://purl.obolibrary.org/obo/IAO_0000117"/>
20611+
<IRI>#Welch_t-test</IRI>
20612+
<Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">Alejandra Gonzalez-Beltran</Literal>
20613+
</AnnotationAssertion>
20614+
<AnnotationAssertion>
20615+
<AnnotationProperty IRI="http://purl.obolibrary.org/obo/IAO_0000117"/>
20616+
<IRI>#Welch_t-test</IRI>
20617+
<Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">Orlaith Burke</Literal>
20618+
</AnnotationAssertion>
20619+
<AnnotationAssertion>
20620+
<AnnotationProperty IRI="http://purl.obolibrary.org/obo/IAO_0000117"/>
20621+
<IRI>#Welch_t-test</IRI>
20622+
<Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">Philippe Rocca-Serra</Literal>
20623+
</AnnotationAssertion>
20624+
<AnnotationAssertion>
20625+
<AnnotationProperty IRI="http://purl.obolibrary.org/obo/IAO_0000118"/>
20626+
<IRI>#Welch_t-test</IRI>
20627+
<Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">Welsh t-test</Literal>
20628+
</AnnotationAssertion>
20629+
<AnnotationAssertion>
20630+
<AnnotationProperty IRI="http://purl.obolibrary.org/obo/IAO_0000119"/>
20631+
<IRI>#Welch_t-test</IRI>
20632+
<Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">Welch, B. L. (1947). &quot;The generalization of &quot;Student&apos;s&quot; problem when several different population variances are involved&quot;. Biometrika 34 (1–2): 28–35. doi:10.1093/biomet/34.1-2.28</Literal>
20633+
</AnnotationAssertion>
20634+
<AnnotationAssertion>
20635+
<AnnotationProperty IRI="http://purl.obolibrary.org/obo/IAO_0000119"/>
20636+
<IRI>#Welch_t-test</IRI>
20637+
<Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">adapted from wikipedia:
20638+
http://en.wikipedia.org/wiki/Welch&apos;s_t_test
20639+
20640+
last accessed: 2014-05-06</Literal>
20641+
</AnnotationAssertion>
20642+
<AnnotationAssertion>
20643+
<AnnotationProperty IRI="http://purl.obolibrary.org/obo/STATO_0000032"/>
20644+
<IRI>#Welch_t-test</IRI>
20645+
<Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">t-test for independent means assuming unequal variance</Literal>
20646+
</AnnotationAssertion>
20647+
<AnnotationAssertion>
20648+
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
20649+
<IRI>#Welch_t-test</IRI>
20650+
<Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">t-test for independent means assuming unequal variance</Literal>
20651+
</AnnotationAssertion>
2053120652
<AnnotationAssertion>
2053220653
<AnnotationProperty IRI="http://purl.obolibrary.org/obo/IAO_0000115"/>
2053320654
<IRI>#covariance</IRI>
@@ -20603,6 +20724,11 @@ It uses a t-distribution for the test and assumes that the variables in the popu
2060320724
<IRI>#t-test-independent-means</IRI>
2060420725
<Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">Philippe Rocca-Serra</Literal>
2060520726
</AnnotationAssertion>
20727+
<AnnotationAssertion>
20728+
<AnnotationProperty IRI="http://purl.obolibrary.org/obo/IAO_0000118"/>
20729+
<IRI>#t-test-independent-means</IRI>
20730+
<Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">two sample t-test</Literal>
20731+
</AnnotationAssertion>
2060620732
<AnnotationAssertion>
2060720733
<AnnotationProperty IRI="http://purl.obolibrary.org/obo/IAO_0000119"/>
2060820734
<IRI>#t-test-independent-means</IRI>
@@ -20616,12 +20742,12 @@ http://www.psychology.emory.edu/clinical/bliwise/Tutorials/TOM/meanstests/tind.h
2061620742
<AnnotationAssertion>
2061720743
<AnnotationProperty IRI="http://purl.obolibrary.org/obo/STATO_0000032"/>
2061820744
<IRI>#t-test-independent-means</IRI>
20619-
<Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">t-test for independent means</Literal>
20745+
<Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">t-test for independent means assuming equal variance</Literal>
2062020746
</AnnotationAssertion>
2062120747
<AnnotationAssertion>
2062220748
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
2062320749
<IRI>#t-test-independent-means</IRI>
20624-
<Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">two sample t-test</Literal>
20750+
<Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">t-test for independent means assuming equal variance</Literal>
2062520751
</AnnotationAssertion>
2062620752
<SubAnnotationPropertyOf>
2062720753
<AnnotationProperty IRI="http://purl.obolibrary.org/obo/STATO_0000032"/>

0 commit comments

Comments
 (0)