(resample_by: Option<&str>)
| 330 | self.weights.remove(index_1); |
| 331 | self.lambdas.remove(index_1); |
| 332 | self.gammas.remove(index_1); |
| 333 | self.free_weights.remove(index_1); |
| 334 | repeat = true; |
| 335 | break; |
| 336 | } |
| 337 | index_2 += 1; |
| 338 | } |
| 339 | } |
| 340 | Ok(()) |
| 341 | } |
| 342 | } |
| 343 | |
| 344 | fn returns_and_frequency( |
| 345 | prices: &DMatrix<f64>, |
| 346 | resample_by: Option<&str>, |
no outgoing calls
no test coverage detected