The equations/formulae
Moderator: moderators
The equations/formulae
Hi, I would like to create proper equations for production.
(selling is a guess - I am selling at 24h rate, so I use my last price, if time too high, I will lower it a bit but never too much.)
a) u = time to produce 1 unit by one employee
b) e = number of employes
c) k = place coeficient (1.0, 0.8, 0.6)
Formulae #1: T = u/e*k
But that became inaccurate. It could be because I reached 2,000,000 fixed assets.
d) l = level coeficient (1.0, 1.1, ...)
Formulae #2: T = u/e*k*l
Example - chemicals (inaccurate):
u = 105s
e = 3
k = 0,8 (factory in red area)
l = 1,1 (retailer or what)
T = 105/3*0,8*1,1 = 30,8
H = 3600/T = 116,88 (true value is 117,36)
Does anybody have accurate formulaes and constants?
If not, I'd like to have some data to create them (what sec/ and /h for each item/mat., how many empl., where, what level, etc.)
(selling is a guess - I am selling at 24h rate, so I use my last price, if time too high, I will lower it a bit but never too much.)
a) u = time to produce 1 unit by one employee
b) e = number of employes
c) k = place coeficient (1.0, 0.8, 0.6)
Formulae #1: T = u/e*k
But that became inaccurate. It could be because I reached 2,000,000 fixed assets.
d) l = level coeficient (1.0, 1.1, ...)
Formulae #2: T = u/e*k*l
Example - chemicals (inaccurate):
u = 105s
e = 3
k = 0,8 (factory in red area)
l = 1,1 (retailer or what)
T = 105/3*0,8*1,1 = 30,8
H = 3600/T = 116,88 (true value is 117,36)
Does anybody have accurate formulaes and constants?
If not, I'd like to have some data to create them (what sec/ and /h for each item/mat., how many empl., where, what level, etc.)
Last edited by Guest on 24.03.2007, 15:52, edited 1 time in total.
you can get the data on www.kapitools.de
Re: The equations/formulaes
Still no formula for me?firda wrote:If not, I'd like to have some data...
If that must be, I'll play a little math

maybe this could help you a little bit:
http://www.forum.kapilands.com/viewtopic.php?t=1457
http://www.forum.kapilands.com/viewtopic.php?t=1457
and this might save you a lot of work with counting the output:
http://www.forum.kapilands.com/viewtopic.php?t=1912
http://www.forum.kapilands.com/viewtopic.php?t=1912
the (production per employee)*(employees)*(0.995112^(employees-1)) is not good enough.
I can get accurate with f(x)=u*x*k^x only to 30
More accurate f(x)=u*x^k*m^x, but after 100e, inaccurate again.
Any idea?
The kapitool function has some nice values f(16), f(25), f(40), f(100), f(160), f(250), f(400)
I can get accurate with f(x)=u*x*k^x only to 30
More accurate f(x)=u*x^k*m^x, but after 100e, inaccurate again.
Any idea?
The kapitool function has some nice values f(16), f(25), f(40), f(100), f(160), f(250), f(400)
