Difference between revisions of "Team:Uppsala/Model"

Line 119: Line 119:
 
           <p> The model is built upon an ordinary differential equation (equation 1). Matlab is used for the calculation of the model, where Matlab's inbuilt function ode45 is used. The programs that were made and used for the calculations can be found here. At each step of the calculation, the program is looking at given temperature data for a year and other variables that will differ depending on the environment. These variables are described in table 1. Two extreme situations were analyzed, one where a horse has a parasite count that hits the threshold of maximum amount (100 000) of parasites and the second where the horse doesn’t have any parasites (although this is a very unlikely scenario).[5]<br></br>
 
           <p> The model is built upon an ordinary differential equation (equation 1). Matlab is used for the calculation of the model, where Matlab's inbuilt function ode45 is used. The programs that were made and used for the calculations can be found here. At each step of the calculation, the program is looking at given temperature data for a year and other variables that will differ depending on the environment. These variables are described in table 1. Two extreme situations were analyzed, one where a horse has a parasite count that hits the threshold of maximum amount (100 000) of parasites and the second where the horse doesn’t have any parasites (although this is a very unlikely scenario).[5]<br></br>
 
</p>
 
</p>
 +
 +
 +
 +
 +
 +
 +
 +
<div class="card-holder">
 +
                    <div class="content-card-heading"><h1>Part Table</h1>
 +
                    </div>
 +
                    <div class="content-card pic-next-to-text">
 +
                    <div class="side-text" style="margin: 0 auto">
 +
                    <!-- start slipsum code -->
  
 
<!--  HERE STARTS CODE FOR A TABLE -->
 
<!--  HERE STARTS CODE FOR A TABLE -->
Line 186: Line 199:
  
 
<!---END OF TABLE--->
 
<!---END OF TABLE--->
 +
 +
 +
 +
 +
                    </div>
 +
        </div
 +
</div>
 +
 +
 +
 +
 +
 +
 +
<br>
 +
<br>
  
 
<p>Because the development of eggs to larvae are temperature dependent, an linear equation for calculating the probability of an egg to develop into a larva was created. The equation is based on information about how long it takes for an egg to develop into an larva.[6] This equation was created by first dividing all the given temperatures by the highest temperature. A linear regression was made with these values and the temperature. The probability of an egg to develop into a larva in the earlier mentioned study was at 0.0275. If this value is assumed to be the mean probability, then it’s 20 times smaller than the mean probability in this trend line that was received. Therefore the constants in the equation was divided with 20 to match it. The temperature data was used was from the Uppsala Aut weather station measurement of mean temperatur during 2017. [7]</p><br></br>
 
<p>Because the development of eggs to larvae are temperature dependent, an linear equation for calculating the probability of an egg to develop into a larva was created. The equation is based on information about how long it takes for an egg to develop into an larva.[6] This equation was created by first dividing all the given temperatures by the highest temperature. A linear regression was made with these values and the temperature. The probability of an egg to develop into a larva in the earlier mentioned study was at 0.0275. If this value is assumed to be the mean probability, then it’s 20 times smaller than the mean probability in this trend line that was received. Therefore the constants in the equation was divided with 20 to match it. The temperature data was used was from the Uppsala Aut weather station measurement of mean temperatur during 2017. [7]</p><br></br>

Revision as of 22:10, 14 October 2018





           </div>
       </div>
   </div>

</html>