July 2018
Intermediate to advanced
334 pages
8h 20m
English
Here is how we extract the smallest and largest values of the probability density:
val maxMinArray: Array[Double] = probabilityDensities.collect().map(pbRow => pbRow.getDouble(0) )
We need a reasonable, carefully selected step size for the error term. That is what we will be doing in the next step.
Read now
Unlock full access