Insight diagram
Clone of Modelo da populacao de samambaias
Insight diagram
​Physical meaning of the equations
The Lotka–Volterra model makes a number of assumptions about the environment and evolution of the predator and prey populations:

1. The prey population finds ample food at all times.
2. The food supply of the predator population depends entirely on the size of the prey population.
3. The rate of change of population is proportional to its size.
4. During the process, the environment does not change in favour of one species and genetic adaptation is inconsequential.
5. Predators have limitless appetite.
As differential equations are used, the solution is deterministic and continuous. This, in turn, implies that the generations of both the predator and prey are continually overlapping.[23]

Prey
When multiplied out, the prey equation becomes
dx/dtαx - βxy
 The prey are assumed to have an unlimited food supply, and to reproduce exponentially unless subject to predation; this exponential growth is represented in the equation above by the term αx. The rate of predation upon the prey is assumed to be proportional to the rate at which the predators and the prey meet; this is represented above by βxy. If either x or y is zero then there can be no predation.

With these two terms the equation above can be interpreted as: the change in the prey's numbers is given by its own growth minus the rate at which it is preyed upon.

Predators

The predator equation becomes

dy/dt =  - 

In this equation, {\displaystyle \displaystyle \delta xy} represents the growth of the predator population. (Note the similarity to the predation rate; however, a different constant is used as the rate at which the predator population grows is not necessarily equal to the rate at which it consumes the prey). {\displaystyle \displaystyle \gamma y} represents the loss rate of the predators due to either natural death or emigration; it leads to an exponential decay in the absence of prey.

Hence the equation expresses the change in the predator population as growth fueled by the food supply, minus natural death.


Clone of Prey&Predator
Insight diagram
This model illustrates predator prey interactions using real-life data of wolf and moose populations on the Isle Royale.

We incorporate logistic growth into the moose dynamics, and we replace the death flow of the moose with a kill rate modeled from the kill rate data found on the Isle Royale website.

I start with these parameters:
Wolf Death Rate = 0.15
Wolf Birth Rate = 0.0187963
Moose Birth Rate = 0.4
Carrying Capacity = 2000
Initial Moose: 563
Initial Wolves: 20

I used RK-4 with step-size 0.1, from 1959 for 60 years.

The moose birth flow is logistic, MBR*M*(1-M/K)
Moose death flow is Kill Rate (in Moose/Year)
Wolf birth flow is WBR*Kill Rate (in Wolves/Year)
Wolf death flow is WDR*W

Clone of Final Midterm Student version of A More Realistic Model of Isle Royale: Predator Prey Interactions
Insight diagram
This simulation shows how plant, deer and wolf populations impact each other in a deciduous forest ecosystem.
Clone of Plant, Deer and Wolf Population Dynamics
Insight diagram
This model illustrates predator prey interactions using real-life data of wolf and moose populations on the Isle Royale.

Experiment with adjusting the initial number of moose and wolves on the island.
Clone of Clone of Clone of (3) Copy of "Isle Royale: Predator Prey Interactions"
Insight diagram
Overview: 
This simulation will show the relationship between tree logging forestry and how this can affect mountain biking tourism in Derby Park Tasmania. The main goal of this simulation is to show these two industries can co-exist in the same environment, or increase in demand or production in one sector will affect the result of another.  

Function of the model:
In comparison there are both pros and cons for both sectors working correspondently. Demand for derby park is caused by individual past experience when visiting the park or friends recommendation which increase in the number of demands. Increase in demands will increase in the number of visitors. When visitors visits the park they require make a purchase a bike and pay the park for using the park facilities. All this will adds up to bikers total spending when visiting Derby. When consumer spend it is booting the economy especially in the tourism sector. Similarly tree logging will also contribute financially towards the Tasmania economy. The regeneration stage is relatively low compare to the logging rate. The growth will not cover the loss which can cause some level of damage in the scenery of the park, affecting tourist to view when mountain biking. Visitors overall experience will have the impact towards the demand for mountain biking in derby park, if visitors experience is satisfied they will come back to visit again or visit with group of friends, even words of mouth recommendation will also increase the level of demand of visiting Derby. 

Some key insights base on the simulation:
Based on the simulation of the two models we can see there are some key changes.
Tree logging increase will cause the disturbance of the natural scenery, thus change the overall experience of the visitors, decrease in the level of demand. Tree logging will also have negative impact towards the overall tourist experience thus affect the park facility and track. The natural scenery and the overall experience can affect their experience and if they would continue to recommend this area to friends to increase the demand. 

Assignment 3 Derby mountain biking and the effect of logging - 586984
Insight diagram
This model illustrates predator prey interactions using real-life data of wolf and moose populations on the Isle Royale.

We incorporate logistic growth into the moose dynamics, and we replace the death flow of the moose with a kill rate modeled from the kill rate data found on the Isle Royale website.

Thanks to Jacob Englert for the model if-then-else structure.

I start with these parameters:
Wolf Death Rate = 0.15
Wolf Birth Rate = 0.0187963
Moose Birth Rate = 0.4
Carrying Capacity = 2000
Initial Moose: 563
Initial Wolves: 20

I used RK-4 with step-size 0.1, from 1959 for 60 years.

The moose birth flow is logistic, MBR*M*(1-M/K)
Moose death flow is Kill Rate (in Moose/Year)
Wolf birth flow is WBR*Kill Rate (in Wolves/Year)
Wolf death flow is WDR*W

Clone of MAT 375 Midterm file: Model of Isle Royale: Predator Prey Interactions
Insight diagram
This model illustrates predator prey interactions using real-life data of wolf and moose populations on the Isle Royale.

Experiment with adjusting the initial number of moose and wolves on the island.
Clone of Isle Royale: Predator Prey Interactions
Insight diagram
This model illustrates predator prey interactions using real-life data of wolf and moose populations on the Isle Royale. It was "cloned" from a model that InsightMaker provides to its users, at
https://insightmaker.com/insight/2068/Isle-Royale-Predator-Prey-Interactions
Thanks Scott Fortmann-Roe.

I've created a Mathematica file that replicates the model, at
http://www.nku.edu/~longa/classes/2018spring/mat375/mathematica/Moose-n-Wolf-InsightMaker.nb

It allows one to experiment with adjusting the initial number of moose and wolves on the island.

I used steepest descent in Mathematica to optimize the parameters, with my objective data being the ratio of wolves to moose. You can try my (admittedly) kludgy code, at
http://www.nku.edu/~longa/classes/2018spring/mat375/mathematica/Moose-n-Wolf-InsightMaker-BestFit.nb

{WolfBirthRateFactorStart,
WolfDeathRateStart,
MooseBirthRateStart,
MooseDeathRateFactorStart,
moStart,
woStart} =
{0.000267409,
0.239821,
0.269755,
0.0113679,
591,
23.};

Clone of Isle Royale: Predator/Prey Model for Moose and Wolves
Insight diagram
This model illustrates predator prey interactions using real-life data of wolf and moose populations on the Isle Royale.

We incorporate logistic growth into the moose dynamics, and we replace the death flow of the moose with a kill rate modeled from the kill rate data found on the Isle Royale website.

I start with these parameters:
Wolf Death Rate = 0.15
Wolf Birth Rate = 0.0187963
Moose Birth Rate = 0.4
Carrying Capacity = 2000
Initial Moose: 563
Initial Wolves: 20

I used RK-4 with step-size 0.1, from 1959 for 60 years.

The moose birth flow is logistic, MBR*M*(1-M/K)
Moose death flow is Kill Rate (in Moose/Year)
Wolf birth flow is WBR*Kill Rate (in Wolves/Year)
Wolf death flow is WDR*W

Clone of Final Midterm Student version of A More Realistic Model of Isle Royale: Predator Prey Interactions
Insight diagram
This is an implementation of the 'Very Simple Ecosystem Model' (VSEM) from R package BayesianTools (Hartig et al. 2019). It consists of three stocks: aboveground carbon in plant biomass, belowground carbon in plant biomass and carbon in soil organic matter. 

Reference:
Florian Hartig, Francesco Minunno and Stefan Paul (2019). BayesianTools: General-Purpose MCMC and SMC Samplers and Tools for Bayesian Statistics. R package version 0.1.7. https://CRAN.R-project.org/package=BayesianTools
Clone of Very Simple Ecosystem Model
Insight diagram
This model illustrates predator prey interactions using real-life data of wolf and moose populations on the Isle Royale.

Experiment with adjusting the initial number of moose and wolves on the island.
Clone of (3) Copy of "Isle Royale: Predator Prey Interactions"
Insight diagram

Dynamic simulation modelers are particularly interested in understanding and being able to distinguish between the behavior of stocks and flows that result from internal interactions and those that result from external forces acting on a system.  For some time modelers have been particularly interested in internal interactions that result in stable oscillations in the absence of any external forces acting on a system.  The model in this last scenario was independently developed by Alfred Lotka (1924) and Vito Volterra (1926).  Lotka was interested in understanding internal dynamics that might explain oscillations in moth and butterfly populations and the parasitoids that attack them.  Volterra was interested in explaining an increase in coastal populations of predatory fish and a decrease in their prey that was observed during World War I when human fishing pressures on the predator species declined.  Both discovered that a relatively simple model is capable of producing the cyclical behaviors they observed.  Since that time, several researchers have been able to reproduce the modeling dynamics in simple experimental systems consisting of only predators and prey.  It is now generally recognized that the model world that Lotka and Volterra produced is too simple to explain the complexity of most and predator-prey dynamics in nature.  And yet, the model significantly advanced our understanding of the critical role of feedback in predator-prey interactions and in feeding relationships that result in community dynamics.The Lotka–Volterra model makes a number of assumptions about the environment and evolution of the predator and prey populations:

1. The prey population finds ample food at all times.
2. The food supply of the predator population depends entirely on the size of the prey population.
3. The rate of change of population is proportional to its size.
4. During the process, the environment does not change in favour of one species and genetic adaptation is inconsequential.
5. Predators have limitless appetite.
As differential equations are used, the solution is deterministic and continuous. This, in turn, implies that the generations of both the predator and prey are continually overlapping.[23]

Prey
When multiplied out, the prey equation becomes
dx/dtαx - βxy
 The prey are assumed to have an unlimited food supply, and to reproduce exponentially unless subject to predation; this exponential growth is represented in the equation above by the term αx. The rate of predation upon the prey is assumed to be proportional to the rate at which the predators and the prey meet; this is represented above by βxy. If either x or y is zero then there can be no predation.

With these two terms the equation above can be interpreted as: the change in the prey's numbers is given by its own growth minus the rate at which it is preyed upon.

Predators

The predator equation becomes

dy/dt =  - 

In this equation, {\displaystyle \displaystyle \delta xy} represents the growth of the predator population. (Note the similarity to the predation rate; however, a different constant is used as the rate at which the predator population grows is not necessarily equal to the rate at which it consumes the prey). {\displaystyle \displaystyle \gamma y} represents the loss rate of the predators due to either natural death or emigration; it leads to an exponential decay in the absence of prey.

Hence the equation expresses the change in the predator population as growth fueled by the food supply, minus natural death.


Clone of Bio103 Predator-Prey Model ("Lotka'Volterra")
Insight diagram
​Physical meaning of the equations
The Lotka–Volterra model makes a number of assumptions about the environment and evolution of the predator and prey populations:

1. The prey population finds ample food at all times.
2. The food supply of the predator population depends entirely on the size of the prey population.
3. The rate of change of population is proportional to its size.
4. During the process, the environment does not change in favour of one species and genetic adaptation is inconsequential.
5. Predators have limitless appetite.
As differential equations are used, the solution is deterministic and continuous. This, in turn, implies that the generations of both the predator and prey are continually overlapping.[23]

Prey
When multiplied out, the prey equation becomes
dx/dtαx - βxy
 The prey are assumed to have an unlimited food supply, and to reproduce exponentially unless subject to predation; this exponential growth is represented in the equation above by the term αx. The rate of predation upon the prey is assumed to be proportional to the rate at which the predators and the prey meet; this is represented above by βxy. If either x or y is zero then there can be no predation.

With these two terms the equation above can be interpreted as: the change in the prey's numbers is given by its own growth minus the rate at which it is preyed upon.

Predators

The predator equation becomes

dy/dt =  - 

In this equation, {\displaystyle \displaystyle \delta xy} represents the growth of the predator population. (Note the similarity to the predation rate; however, a different constant is used as the rate at which the predator population grows is not necessarily equal to the rate at which it consumes the prey). {\displaystyle \displaystyle \gamma y} represents the loss rate of the predators due to either natural death or emigration; it leads to an exponential decay in the absence of prey.

Hence the equation expresses the change in the predator population as growth fueled by the food supply, minus natural death.


Clone of Prey&Predator
Insight diagram
This model illustrates predator prey interactions using real-life data of wolf and moose populations on the Isle Royale.

We incorporate logistic growth into the moose dynamics, and we replace the death flow of the moose with a kill rate modeled from the kill rate data found on the Isle Royale website.

I start with these parameters:
Wolf Death Rate = 0.15
Wolf Birth Rate = 0.0187963
Moose Birth Rate = 0.4
Carrying Capacity = 2000
Initial Moose: 563
Initial Wolves: 20

I used RK-4 with step-size 0.1, from 1959 for 60 years.

The moose birth flow is logistic, MBR*M*(1-M/K)
Moose death flow is Kill Rate (in Moose/Year)
Wolf birth flow is WBR*Kill Rate (in Wolves/Year)
Wolf death flow is WDR*W

Clone of Final Midterm Student version of A More Realistic Model of Isle Royale: Predator Prey Interactions
Insight diagram
​The probability density function (PDF) of the normal distribution or Bell Curve of Normal or Gaussian Distribution is the mean or expectation of the distribution (and also its median and mode). 

The parameter is its standard deviation with its variance then, A random variable with a Gaussian distribution is said to be normally distributed and is called a normal deviate.
However, those who enjoy upskirts are called deviants and have a variable distribution :) 

A random variable with a Gaussian distribution is said to be normally distributed and is called a normal deviate.

If mu = 0 and sigma = 1

If the Higher Education Numbers Are Increased then the group decision making ability of society would be raised above that of a middle teenager as it is now
BUT 
Governments can control children by using bad parenting techniques, pandering to the pleasure principle, so they will make higher education more and more difficult as they are doing


85% of the population has a qualification level equal or below a 12th grader, 17 year old ... the chance of finding someone with any sense is low (~1 in 6) and the outcome of them being chosen by those who are uneducated in the policies they are to decide is even more rare !!!

Experience means little if you don't have enough brain to analyse it

Democracy is only as good as the ability of the voters to FULLY understand the implications of the policies on which they vote., both context and the various perspectives.   National voting of unqualified voters on specific policy issues is the sign of corrupt manipulation.

Democracy:  Where a group allows the decision ability of a teenager to decide on a choice of mis-representatives who are unqualified to make judgement on social policies that affect the lives of millions.
The kind of children who would vote for King Kong who can hold a girl in one hand and swat fighter jets out of teh sky off the tallest building, doesn't have a brain cell or thought to call his own but has a nice smile and offers little girls sweets.


updated 16/3/2020 from 4 years 3 months ago
Clone of ​The probability density function (PDF) of the normal distribution or Bell Curve Gaussian Distribution by Guy Lakeman
12 months ago
Insight diagram
This model illustrates predator prey interactions using real-life data of wolf and moose populations on the Isle Royale.

We incorporate logistic growth into the moose dynamics, and we replace the death flow of the moose with a kill rate modeled from the kill rate data found on the Isle Royale website.

I start with these parameters:
Wolf Death Rate = 0.15
Wolf Birth Rate = 0.0187963
Moose Birth Rate = 0.4
Carrying Capacity = 2000
Initial Moose: 563
Initial Wolves: 20

I used RK-4 with step-size 0.1, from 1959 for 60 years.

The moose birth flow is logistic, MBR*M*(1-M/K)
Moose death flow is Kill Rate (in Moose/Year)
Wolf birth flow is WBR*Kill Rate (in Wolves/Year)
Wolf death flow is WDR*W

Clone of Final Midterm Student version of A More Realistic Model of Isle Royale: Predator Prey Interactions
Insight diagram
STEM-SM combines a simple ecosystem model (modified version of VSEM; Hartig et al. 2019) with a soil moisture model (Guswa et al. (2002) leaky bucket model). Outputs from the soil moisture model influence ecosystem dynamics in three ways. 
(1) The ratio of actual transpiration to maximum evapotranspiration (T/ETmax) modifies gross primary productivity (GPP).
(2) Degree of saturation of the soil (Sd) modifies the rate of soil heterotrophic respiration.
(3) Water limitation of GPP (by T/ETmax) and of soil nutrient availability (approximated by Sd) combine with leaf area limitation (approximated by fraction of incident photosynthetically-active radiation that is absorbed) to modify the allocation of net primary productivity to aboveground and belowground parts of the vegetation.

Ecosystem dynamics in turn influence flows of water in to and out of the soil moisture stock. The size of the aboveground biomass stock determines fractional vegetation cover, which modifies interception, soil evaporation and transpiration by plants.

References:
Guswa, A.J., Celia, M.A., Rodriguez-Iturbe, I. (2002) Models of soil moisture dynamics in ecohydrology: a comparative study. Water Resources Research 38, 5-1 - 5-15.

Hartig, F., Minunno, F., and Paul, S. (2019). BayesianTools: General-Purpose MCMC and SMC Samplers and Tools for Bayesian Statistics. R package version 0.1.7. https://CRAN.R-project.org/package=BayesianTools

Clone of Simple Terrestrial Ecosystem Model - Soil Moisture (STEM-SM)
Insight diagram
​The probability density function (PDF) of the normal distribution or Bell Curve of Normal or Gaussian Distribution is the mean or expectation of the distribution (and also its median and mode). 

The parameter is its standard deviation with its variance then, A random variable with a Gaussian distribution is said to be normally distributed and is called a normal deviate.
However, those who enjoy upskirts are called deviants and have a variable distribution :) 

A random variable with a Gaussian distribution is said to be normally distributed and is called a normal deviate.

If mu = 0 and sigma = 1

If the Higher Education Numbers Are Increased then the group decision making ability of society would be raised above that of a middle teenager as it is now
BUT 
Governments can control children by using bad parenting techniques, pandering to the pleasure principle, so they will make higher education more and more difficult as they are doing


85% of the population has a qualification level equal or below a 12th grader, 17 year old ... the chance of finding someone with any sense is low (~1 in 6) and the outcome of them being chosen by those who are uneducated in the policies they are to decide is even more rare !!!

Experience means little if you don't have enough brain to analyse it

Democracy is only as good as the ability of the voters to FULLY understand the implications of the policies on which they vote., both context and the various perspectives.   National voting of unqualified voters on specific policy issues is the sign of corrupt manipulation.

Democracy:  Where a group allows the decision ability of a teenager to decide on a choice of mis-representatives who are unqualified to make judgement on social policies that affect the lives of millions.
The kind of children who would vote for King Kong who can hold a girl in one hand and swat fighter jets out of teh sky off the tallest building, doesn't have a brain cell or thought to call his own but has a nice smile and offers little girls sweets.


updated 16/3/2020 from 4 years 3 months ago
Clone of ​The probability density function (PDF) of the normal distribution or Bell Curve Gaussian Distribution by Guy Lakeman
Insight diagram
​The probability density function (PDF) of the normal distribution or Bell Curve of Normal or Gaussian Distribution is the mean or expectation of the distribution (and also its median and mode). 

The parameter is its standard deviation with its variance then, A random variable with a Gaussian distribution is said to be normally distributed and is called a normal deviate.
However, those who enjoy upskirts are called deviants and have a variable distribution :) 

A random variable with a Gaussian distribution is said to be normally distributed and is called a normal deviate.

If mu = 0 and sigma = 1

If the Higher Education Numbers Are Increased then the group decision making ability of society would be raised above that of a middle teenager as it is now
BUT 
Governments can control children by using bad parenting techniques, pandering to the pleasure principle, so they will make higher education more and more difficult as they are doing


85% of the population has a qualification level equal or below a 12th grader, 17 year old ... the chance of finding someone with any sense is low (~1 in 6) and the outcome of them being chosen by those who are uneducated in the policies they are to decide is even more rare !!!

Experience means little if you don't have enough brain to analyse it

Democracy is only as good as the ability of the voters to FULLY understand the implications of the policies on which they vote., both context and the various perspectives.   National voting of unqualified voters on specific policy issues is the sign of corrupt manipulation.

Democracy:  Where a group allows the decision ability of a teenager to decide on a choice of mis-representatives who are unqualified to make judgement on social policies that affect the lives of millions.
The kind of children who would vote for King Kong who can hold a girl in one hand and swat fighter jets out of teh sky off the tallest building, doesn't have a brain cell or thought to call his own but has a nice smile and offers little girls sweets.



Clone of ​The probability density function (PDF) of the normal distribution or Bell Curve Gaussian Distribution by Guy Lakeman
Insight diagram
This model illustrates predator prey interactions using real-life data of wolf and moose populations on the Isle Royale.

We incorporate logistic growth into the moose dynamics, and we replace the death flow of the moose with a kill rate modeled from the kill rate data found on the Isle Royale website.

I start with these parameters:
Wolf Death Rate = 0.15
Wolf Birth Rate = 0.0187963
Moose Birth Rate = 0.4
Carrying Capacity = 2000
Initial Moose: 563
Initial Wolves: 20

I used RK-4 with step-size 0.1, from 1959 for 60 years.

The moose birth flow is logistic, MBR*M*(1-M/K)
Moose death flow is Kill Rate (in Moose/Year)
Wolf birth flow is WBR*Kill Rate (in Wolves/Year)
Wolf death flow is WDR*W

Clone of Final Midterm Student version of A More Realistic Model of Isle Royale: Predator Prey Interactions
Insight diagram
This model simulates the competition between logging versus adventure tourism(mountain bike riding) in Derby Tasmania. The purpose of this model is that focus on the relationship between the timber industry and mountain bike tourism in adventure. It also reflects how well these two industries co-exist. 

How this model works
This model shows tree grow development. In order to maximize the profits from selling the logging, the demand for timbers will increase. 
The mountain bike visits depend on past experience and recommendations. In addition, past experience and recommendations depend on Scenery, which is determined by the number of trees and visitors and adventure number. However, park capacity limits the number of use mountain bikes, because the convince of parking is a consideration for the visitors. 
It seems like the high logging sale does not deter mountain bike activities. By reducing the parking capacity, visitor experience and number are increased. Because of the strong relationship between the mountain bike park and the explosion in visitor numbers. With the improvement in the number of visitors, the number of food and restaurants will go up as well. Because of the daily needs of the visitors. 

Simulation of Derby Mountain bikes versus logging
Insight diagram
Overview
A model which simulates the competition between logging versus adventure tourism (mountain bike ridding) in Derby Tasmania.  Simulation borrowed from the Easter Island simulation.

How the model works.
Trees grow, we cut them down because of demand for Timber amd sell the logs.
With mountain bkie visits.  This depends on past experience and recommendations.  Past experience and recommendations depends on Scenery number of trees compared to visitor and Adventure number of trees and users.  Park capacity limits the number of users.  
Interesting insights
It seems that high logging does not deter mountain biking.  By reducing park capacity, visitor experience and numbers are improved.  A major problem is that any success with the mountain bike park leads to an explosion in visitor numbers.  Also a high price of timber is needed to balance popularity of the park. It seems also that only a narrow corridor is needed for mountain biking
Clone of Simulation of Derby Mountain biking versus logging
Insight diagram
Basic idea is to model demand with endogenous growth (but "satiation" becomes possible - eventually - at some notional "sufficiency" level); and supply then tracks demand with some time lag (~5-50 years(?), characteristic of commissioning/decommissioning large scale energy infrastructure). Then add cumulative pollution, with a hard constraint/limit which trumps demand and forces supply (of any non-zero polluting source) to zero. In this version we have one source (so no substitution is possible), and it produces a cumulative pollutant, so  we expect to see supply decline and/or crash (according to the specific parameters and dynamics). Of course, "demand" will still carry merrily on its way up anyway, but the interpretation of the consequently growing supply shortfall will be left to the eye of the beholder. In this version we try to "smooth" the decline - using the fractional "exhaustion" of the pollution "quota" as feedback signal to smoothly shift from a dynamic of "supply chasing demand" and one of "exponential mitigation of supply within the remaining pollution quota". This particular dynamic is rigid about not exceeding the quota: it does not allow (and could not cope with) overshoot. There is also no provision for delay in the feedback (that could perhaps be added, and would presumably allow a more prolonged addiction, but then more rapid and painful withdrawal?).
Dystopia-1: simple energy system model