Deprecated_CoreEquationType

Core equation types prior to v1.7.3, linoidal, sigmoidal, exponential

Simple Type Information

Used By

Source

<xs:simpleType name="Deprecated_CoreEquationType">
  <xs:annotation>
    <xs:documentation>Core equation types prior to v1.7.3, linoidal, sigmoidal, exponential</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="exponential">
      <xs:annotation>
        <xs:documentation>Of the form: A * exp(k * (v-d))</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="sigmoid">
      <xs:annotation>
        <xs:documentation>Of the form: A / (1 + exp(k * (v-d)))</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="linoid">
      <xs:annotation>
        <xs:documentation>Of the form: A * (k * (v-d)) / (1 - exp(-(k * (v-d))))</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>