Add sample_queries.json for v0.0.6
Browse files- sample_queries.json +13 -0
sample_queries.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"exam_fm": [
|
| 3 |
+
"Calculate the present value of a 20-year annuity-immediate paying $1000 annually at 5% interest.",
|
| 4 |
+
"A bond with face value $1000 pays 6% coupons semiannually. Find the price to yield 8%.",
|
| 5 |
+
"Explain duration and its use in immunization strategies."
|
| 6 |
+
],
|
| 7 |
+
"exam_p": [
|
| 8 |
+
"If X ~ Poisson(3), find P(X \u2265 2).",
|
| 9 |
+
"Two dice are rolled. Find the probability that the sum is at least 10.",
|
| 10 |
+
"Explain the Central Limit Theorem and its applications in actuarial science.",
|
| 11 |
+
"Claims follow a compound Poisson process. If frequency is Poisson(5) and severity is Exponential(1000), find the expected aggregate claims."
|
| 12 |
+
]
|
| 13 |
+
}
|