@extends('layouts.app') @section('title', 'Sensitivity Analysis - Blackberry Farm Analytics') @section('content')
Understand which variables have the greatest impact on your ROI and profitability
Risk assessment and factor importance ranking
Variables ranked by their impact on ROI when changed by ±{{ $variationPercent }}%. Higher sensitivity means the variable has more influence on your profitability.
Visual representation of how each variable affects ROI. Longer bars indicate higher impact variables.
Recommendation: @if(count($highImpactVars) > 2) Focus on controlling and optimizing your top {{ count($highImpactVars) }} variables. Consider developing contingency plans for market price and yield variations. @elseif(count($highImpactVars) > 0) Monitor your high-impact variables closely and develop strategies to optimize {{ array_keys($highImpactVars)[0] }}. @else Your operation shows good stability across all variables. Continue current management practices. @endif