Group Abstract Group Abstract

Message Boards Message Boards

0
|
11.3K Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Cumulative Loss Calculation

Posted 10 years ago
POSTED BY: Sungwoo Yang
2 Replies
Posted 10 years ago

Yes, it is working. Thank you so much for your help Xavier.

POSTED BY: Sungwoo Yang
Posted 10 years ago

Is this what you are looking for

intwtsol = NIntegrate[wtsol[x], {x, 1, #}] & /@ Range[2, 10, 1];
intsol = NIntegrate[sol[x], {x, 1, #}] & /@ Range[2, 10, 1];
wttran = intwtsol/intsol 100
cumulloss = 100 - wttran

?

POSTED BY: Xavier Roy
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard