<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="https://ontobee.org/ontology/view/PSDO?iri=http://purl.obolibrary.org/obo/STATO_0000301"?>
<rdf:RDF xmlns="http://www.w3.org/2002/07/owl#"
     xml:base="http://www.w3.org/2002/07/owl"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:owl="http://www.w3.org/2002/07/owl#"
     xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:foaf="http://xmlns.com/foaf/0.1/"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:ns3="http://purl.obolibrary.org/obo/">
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Annotation properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    <AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000117"/>
    <AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000119"/>
    <AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000114"/>
    <AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/STATO_0000041"/>
    <AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000115"/>
    <AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/STATO_0000032"/>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Datatypes
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Object Properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://purl.obolibrary.org/obo/IAO_0000136 -->

    <ObjectProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000136">
        <rdfs:label xml:lang="en">is about</rdfs:label>
    </ObjectProperty>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Classes
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://purl.obolibrary.org/obo/IAO_0000078 -->

    <Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000078"/>
    


    <!-- http://purl.obolibrary.org/obo/STATO_0000230 -->

    <Class rdf:about="http://purl.obolibrary.org/obo/STATO_0000230">
        <rdfs:label xml:lang="en">expected value</rdfs:label>
    </Class>
    


    <!-- http://purl.obolibrary.org/obo/STATO_0000258 -->

    <Class rdf:about="http://purl.obolibrary.org/obo/STATO_0000258">
        <rdfs:label xml:lang="en">variable</rdfs:label>
    </Class>
    


    <!-- http://purl.obolibrary.org/obo/STATO_0000301 -->

    <Class rdf:about="http://purl.obolibrary.org/obo/STATO_0000301">
        <rdfs:label xml:lang="en">covariance</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/STATO_0000611"/>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000136"/>
                <onClass rdf:resource="http://purl.obolibrary.org/obo/STATO_0000230"/>
                <minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">2</minQualifiedCardinality>
            </Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <Restriction>
                <onProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000136"/>
                <onClass rdf:resource="http://purl.obolibrary.org/obo/STATO_0000258"/>
                <qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">2</qualifiedCardinality>
            </Restriction>
        </rdfs:subClassOf>
        <ns3:STATO_0000041>cov(x, y = NULL, use = &quot;everything&quot;, method = c(&quot;pearson&quot;, &quot;kendall&quot;, &quot;spearman&quot;))

from:
http://stat.ethz.ch/R-manual/R-patched/library/stats/html/cor.html</ns3:STATO_0000041>
        <ns3:IAO_0000117 xml:lang="en">Alejandra Gonzalez-Beltran</ns3:IAO_0000117>
        <ns3:IAO_0000117 xml:lang="en">Orlaith Burke</ns3:IAO_0000117>
        <ns3:IAO_0000117 xml:lang="en">Philippe Rocca-Serra</ns3:IAO_0000117>
        <ns3:IAO_0000115 xml:lang="en">The covariance is a measurement data item about the strength of correlation between a set (2 or more) of random variables.
The covariance is obtained by forming:
cov(X,Y)=E([X-E(X)][Y-E(Y)] where E(X), E(Y) is the expected value (mean) of variable X and Y respectively.

covariance is symmetric so cov(X,Y)=cov(Y,X).

The covariance is usefull when looking at the variance of the sum of the 2 random variables since:
var(X+Y) = var(X) +var(Y) +2cov(X,Y)

The covariance cov(x,y) is used to obtain the coefficient of correlation cor(x,y) by normalizing (dividing) cov(x,y) but the product of the standard deviations of x and y.</ns3:IAO_0000115>
        <ns3:IAO_0000119 xml:lang="en">adapted from:
http://mathworld.wolfram.com/Covariance.html</ns3:IAO_0000119>
        <ns3:STATO_0000032 xml:lang="en">covariance</ns3:STATO_0000032>
        <ns3:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000122"/>
    </Class>
    


    <!-- http://purl.obolibrary.org/obo/STATO_0000611 -->

    <Class rdf:about="http://purl.obolibrary.org/obo/STATO_0000611">
        <rdfs:label xml:lang="en">measure of correlation</rdfs:label>
    </Class>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Individuals
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://purl.obolibrary.org/obo/IAO_0000122 -->

    <Thing rdf:about="http://purl.obolibrary.org/obo/IAO_0000122">
        <rdf:type rdf:resource="http://purl.obolibrary.org/obo/IAO_0000078"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
        <rdfs:label xml:lang="en">ready for release</rdfs:label>
    </Thing>
</rdf:RDF>



<!-- Generated by the OWL API (version 3.2.4.1806) http://owlapi.sourceforge.net -->



