python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Plotting ruin in R
I'm trying to recreate something similar to an image in modern actuarial risk theory using R: https://www.academia.edu/37238799/Modern_Actuarial_Risk_Theory (page 89)
Click here for image
In my case, ...
Datakid
Votes: 0
Answers: 1
The exponential operator in Matlab grammar using ANTLR4 does not work correctly
I have been using matlab grammar from this source. I came across an error to the following input
a = 2^2*3
b = 3*2^2
Result in both cases should be 12, but it is not, because the exponential operator...
modryslon
Votes: 0
Answers: 1
Coding a line with exponentially distributed random drops at Poisson distributed intervals
I'm trying to model the ruin rate for an insurance company that will be receiving claims of random amounts (that I'm assuming will be exponentially distributed) at random time intervals (that I'm assu...
Datakid
Votes: 0
Answers: 1
Why does my approximation of Exponential using Taylor Series expansion return "inf"?
This is my homework:
I haven't tried to write the part of Natural Logarithm because I can't solve the part of Exponential.
This is the the approximations of Exponential in C using Taylor Series expan...
Jack Hsu
Votes: 0
Answers: 3