Talk:Science

From Kerbal Space Program Wiki
Revision as of 10:06, 30 October 2013 by Tryourbreast (talk | contribs) (Differential Equation)
Jump to: navigation, search

Image versus table

Hi, my justification, why I remove that image here and only leave the table:

  • Better readability: You have to click on the image to get a readable version
  • Easier to edit
  • “Loseless compressed”: Especially the small thumbnails look awful with the jpg artefacts.

xZise [talk] 16:43, 18 October 2013 (CDT)

Formula for repeating experiments

According to the "Repeating experiments" section, when an experiment is repeated its future science potential is P - P * 0.8 where P is the current value. For ground samples on the launch pad, which give you 9.0 at first, you would expect this to be 1.8 the next time. However it is actually 2.3. Same for transmitting: P - P * 0.8 * E where E is the efficiency of the transmission seen on the blue "transmit" button. For this example that would be E = 0.5 so the next P should be 5.4, but it is 5.6. That formula is also missing a source (and google didn't yield any).

I noticed that the factor of reduction is defferent for some experiments: For crewreports it seems to be P - P * 0.627, for Evareports 0.8, for Mysterygoo 0.557 and for the Sc9001 0.715

Revised Formula

The way it appears to work is that the penalty is "science done" divided by the cap. For a crew report this is 5/8 so that's why it appears to be around 0.627 (rounding). It's actually 0.625. For EVA reports the base value is 8 and the cap is 10, hence 80%. For mystery goo the base is 10 and the cap is 18 so that results in 0.55 repeating (again, it may have appeared to be 0.557 due to the fact that KSP rounds in the GUI, though it doesn't round in the save files and you'll see that you get very tiny fractional science points). The material lab is 25/35 so that's 0.71428 etc.

The proper equation should be Y = T * S * (1 - P/C), where T is the transmission efficiency, S is the value of this experiment in this situation (base times the situation multiplier), P is the total number of points you've gained by doing this experiment in this situation (not just the last time, but the sum of all of them), C is the cap for this experiment in this situation (again this the cap from the cfg file times the situation multiplier), and Y is the yield of this experiment.

No source for this equation. But, it's in the save files more or less. Each experiment stores the science and the cap, and it also has a field called "scv" which is always equal to (1 - science / cap) and your next experiment always gives you whatever the first one did, times whatever scv was in your save file. Of course as I say it won't show up as exactly that value in the GUI due to rounding, but it will be added as exactly that amount in the save files--Akefay (talk) 23:52, 24 October 2013 (CDT)

Differential Equation

This looks like a differential equation to me. The solution should be P(t) = C - C * ( C / ( C - (S * T)))^(-t), where P(t) is the science obtained in total by doing it t times. Needs checking since I'm not confident about my maths, but at least this is correct for t = 0, 1 and infinity.

Calculate P(n+k) - P(n) for the science points you'll obtain by repeating it n times, when you've already done it k times. Or take log on both sides to calculate a particular t for some P(t). You'll only need the integer ts, though Tryourbreast (talk) 13:25, 26 October 2013 (CDT)

I don't know if you're right or wrong, but it's conceptually harder for the reader than the straight forward algebraic formula that is listed. I'd only update the page with this formula if it is more correct. --MCSquared (talk) 00:54, 29 October 2013 (CDT)
"Conceptually harder"? No, just no. Which part of it is conceptually hard at all? I didn't even include the steps on deriving it. You just plug in the value and get your result, period. Not difficult at all.
Besides, the current forumla isn't straightforward at all: each run depends on the previous run, and then the more previous run, and so on. It's convenient at calculating one step, but most of the times you want to calculate the total yield instead of each step, and this is the only way. I think it's needless to say that a equation of total yield is more useful when you want to calculate the science you'll earn, or the number of times you need to perform a experiment to get certain science.
If you still insist, though, just put both of them. It's simple.Tryourbreast (talk) 07:13, 29 October 2013 (CDT)
Now for t=0 the formula is obviously correct (, is the base of the exponentation). For the first experiment the current formula in the article is while yours is which doesn't look right. Although I'm not sure what this factor is. — xZise [talk] 11:25, 29 October 2013 (CDT)
The page used to denote the transmission efficiency as , which I went with it because I used for the number of times you've did the experiment, and besides, constants should be in capital letters. Also you're wrong here; the power is , not .
Let me restate the equation again: . If C, S and T are all positive, then the equation reduces to Tryourbreast (talk) 01:58, 30 October 2013 (CDT)
Ah darn, I didn't notice that the exponent is negative. So . But your formula doesn't take the celestial body modifier into account. Although I would guess you only need to multiply it to the transmission efficiency.
Personally I'm also think we should show both formulas. As only your formula can give you the science yield without knowing how much you yielded before. — xZise [talk] 04:54, 30 October 2013 (CDT)
Well, since the step equation has been changed again, let me fix the total yield equation: . Note that the asymptotic limit (doing the experiment infinite times) is .Tryourbreast (talk) 05:01, 30 October 2013 (CDT)

Data Scale?

How does the Data Scale value being listed for each experiment type tie into the formula? --MCSquared (talk) 00:54, 29 October 2013 (CDT)