BEPby random varible

BEPby random varible preview image

1 collaborator

Afshin_koravand Afshin Koravand (Author)

Tags

(This model has yet to be categorized with any tags)
Visible to everyone | Changeable by everyone
Model was written in NetLogo 6.0.3 • Viewed 130 times • Downloaded 12 times • Run 0 times
Download the 'BEPby random varible' modelDownload this modelEmbed this model

Do you have questions or comments about this model? Ask them here! (You'll first need to log in.)


Comments and Questions

Please start the discussion about this model! (You'll first need to log in.)

Click to Run Model

globals [
q var fix p
mar z
tr tc
bep
]

to Setup
  ca
  reset-ticks
end 

to Go


  set p  random-normal mu-p sigma-p
  set q  random-normal mu-q sigma-q
  set fix random-normal mu-f sigma-f
  set var random-normal mu-var sigma-var
  set mar p - var
  set z tr - (fix + (q * mar))
  set tr q * p
  set tc fix + (q * var)
  set bep fix / (p - var)
  if ticks > tekrar [stop]


  tick
end 

There is only one version of this model, created almost 6 years ago by Afshin Koravand.

Attached files

File Type Description Last updated
BEPby random varible.png preview Preview for 'BEPby random varible' almost 6 years ago, by Afshin Koravand Download

This model does not have any ancestors.

This model does not have any descendants.