asDoubleArrayMap

Creates a map where the keys are parameter names and the values are the corresponding parameter values as a DoubleArray.

Double parameters are included as a single-element DoubleArray. Integer parameters are converted to double and included as a single-element DoubleArray. DoubleArray parameters are included directly.

Return

a map of parameter names associated with their associated DoubleArray values