aED = averageNumericEDDegree(F, G, 10)Generate data samples using the given function and uses homotopy continuation to find critical points of the distance function. The average number of real critical points after $n$ trials is returned. This method creates a NumericalComputationOptions object and computes critical points using the homotopyEDDegree method. By default, `random(RR)` is used to generate data samples. Points are tested using the realPoints function from the NumericalAlgebraicGeometry package, a tolerance can be passed along using the `Tolerance` option, by default it is 1e-6.
|
|
|
|
The object averageNumericEDDegree is a method function with options.
The source of this document is in EuclideanDistanceDegree.m2:534:0.