Location: Uncertain starting point parabola @ d21b867931ee / sens-analysis.sedml

Author:
Andrew Miller <ak.miller@auckland.ac.nz>
Date:
2011-08-16 15:59:08+12:00
Desc:
Add a sensitivity analysis SED-ML, and get the script to generate figures to use it.
Permanent Source URI:
https://models.physiomeproject.org/w/miller/uncertain-starting-parabola/rawfile/d21b867931ee7a475d53dd0eb2af3fb518584d4f/sens-analysis.sedml

<sedML
  level="1" version="1"
  xmlns="http://sed-ml.org/"
  xmlns:math="http://www.w3.org/1998/Math/MathML"
  xmlns:cellml="http://www.cellml.org/cellml/1.1#"
  xmlns:cmeta="http://www.cellml.org/metadata/1.1#">
  <listOfSimulations>
    <samplingSensitivityAnalysis id="ssa1" numberOfSamples="100" initialTime="0" outputStartTime="10" outputEndTime="10" numberOfPoints="1">
      <algorithm kisaoID="KISAO:0000019"/>
    </samplingSensitivityAnalysis>
  </listOfSimulations>
  <listOfModels>
    <model id="model1" name="UncertainStartingParameter" language="urn:sedml:language:cellml" source="UncertainStartingParameter.cellml"/>
  </listOfModels>
  <listOfTasks>
    <task id="task1" name="Main task" modelReference="model1" simulationReference="ssa1"/>
  </listOfTasks>
  <listOfDataGenerators>
    <dataGenerator id="dg_pos_x" name="XPosition">
      <listOfVariables>
        <variable id="var_posx" taskReference="task1" target="//model/component[@name='main']/variable[@name='position_cartesian_x']"/>
      </listOfVariables>
      <math:math><math:ci>var_posx</math:ci></math:math>
    </dataGenerator>
    <dataGenerator id="dg_pos_y" name="YPosition">
      <listOfVariables>
        <variable id="var_posy" taskReference="task1" target="//model/component[@name='main']/variable[@name='position_cartesian_y']"/>
      </listOfVariables>
      <math:math><math:ci>var_posy</math:ci></math:math>
    </dataGenerator>
  </listOfDataGenerators>
</sedML>