Variables required to model a given system: Difference between revisions

From Computer Science Wiki
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
Let's answer this question by looking at a few different systems and imagining which variables might be the most impactful.  
Let's answer this question by looking at a few different systems and imagining which variables might be the most impactful.  


== sports player ==  
== a sports player ==  
 
If I wanted to create a model of a sports player what variables might I choose? I want to choose a variables that are meaningful. Maybe:
If I wanted to create a model of a sports player what variables might I choose? I want to choose a variables that are meaningful. Maybe:
# number of injuries
# number of injuries
Line 15: Line 14:


I think these variables MIGHT help me model a sports figure.
I think these variables MIGHT help me model a sports figure.
== a country ==
Maybe I wanted to create a model of a country. The variables I choose might be related to what I want to do with my model.
# percentage of population with electricity access
# electricity - consumption
# electricity - exports
# electricity - imports
These variable are used from the [https://www.cia.gov/library/publications/the-world-factbook/geos/pl.html CIA world factbook with gratitude]. I wonder why they create models of EVERY COUNTRY ON EARTH?
== a car ==
I wonder how these variables might inform my choices about buying a car:
# total cost
# monthly average gasoline cost
# monthly repair cost
# monthly resale value


== Standards ==
== Standards ==

Latest revision as of 19:32, 22 October 2018

Modeling & Simulation[1]

In an examination students will not be expected to identify more than four variables in a given system.

Let's answer this question by looking at a few different systems and imagining which variables might be the most impactful.

a sports player[edit]

If I wanted to create a model of a sports player what variables might I choose? I want to choose a variables that are meaningful. Maybe:

  1. number of injuries
  2. age
  3. number of points scored
  4. number of games won
  5. number of games lost

I think these variables MIGHT help me model a sports figure.

a country[edit]

Maybe I wanted to create a model of a country. The variables I choose might be related to what I want to do with my model.

  1. percentage of population with electricity access
  2. electricity - consumption
  3. electricity - exports
  4. electricity - imports

These variable are used from the CIA world factbook with gratitude. I wonder why they create models of EVERY COUNTRY ON EARTH?

a car[edit]

I wonder how these variables might inform my choices about buying a car:

  1. total cost
  2. monthly average gasoline cost
  3. monthly repair cost
  4. monthly resale value

Standards[edit]

  • Identify the variables required to model a given system.

References[edit]