Skip to main content

analyzeSimulationOutputs

chainalign-backend


chainalign-backend / services/advancedAnalyticsService / analyzeSimulationOutputs

Function: analyzeSimulationOutputs()

analyzeSimulationOutputs(simulationResults, comparisonResults?): any

Defined in: services/advancedAnalyticsService.js:9

Develops advanced output analytics for Monte Carlo simulation results. This function can perform further analysis on the raw simulation distributions to extract deeper insights.

Parameters

simulationResults

any

The results object from runMonteCarloSimulation.

comparisonResults?

any[] = []

Optional: Array of other simulation results for comparison.

Returns

any

An object containing advanced analytics insights.