tarf_monte_carlo 3.19 → 3.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ext/tarf_monte_carlo/tarf_monte_carlo.c +1 -1
- data/lib/tarf_monte_carlo/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 478124623904e792457d4c59815dc76473342bb48ea19e8f7b35e010849c2032
|
4
|
+
data.tar.gz: 8b51b8b9d812ef9c47aa51d57f0bdb5e65077599119a869481e4572ba322efde
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db4c7d170d374489ef253bb85dc0186a28d8fc46960d8ae9a22cbcccf833d68c063fc1854d33511e566554bfa95eb2669586785d6a489ce8e9f410bd1fefae82
|
7
|
+
data.tar.gz: c4b038f20823c922a4065730edcbdeca24d918d5ea68f5eb1f2b95ffd87d21661ca83adc4acb30e9dd55cbc8ede6e13370a5ca576ff636836c4b3b7f3deca1dd
|
@@ -217,7 +217,6 @@ VALUE method_run_monte_carlo( VALUE self, VALUE args ) {
|
|
217
217
|
Ns_array[leg] = *(Ns_array + leg) / *( USts_array + leg );
|
218
218
|
}
|
219
219
|
}
|
220
|
-
rb_p(Ns_array[leg]);
|
221
220
|
|
222
221
|
// dash
|
223
222
|
if ( Spot_dash < *( LSts_array + leg ) ) {
|
@@ -326,6 +325,7 @@ VALUE method_run_monte_carlo( VALUE self, VALUE args ) {
|
|
326
325
|
if( KType == ABSOLUTE || KType == PIVOT_ABSOLUTE || KType == COLLAR_ABSOLUTE || KType == DOUBLE_STRIKE_ABSOLUTE ) {
|
327
326
|
for( leg = 0; leg < NL; ++leg ) {
|
328
327
|
// simulation normal
|
328
|
+
rb_p(*(Ns_array +leg ));
|
329
329
|
if( ko_so_far > 0.0 ) {
|
330
330
|
if( sim[leg] >= 0.0 ) {
|
331
331
|
// knock out condition
|