graph TD A(("Measured Data")) --> B{Estimation Type} B -->|Parametric| C[Exponential / Gaussian / MatΓ©rn] B -->|Non-Parametric| D[B-Spline / Polynomial] C --> E[LSE or MLE] D --> E E --> F[Correlation Function] style A fill:#c8e6c9,stroke:#2e7d32,stroke-width:3px style B fill:#fff3e0,stroke:#e65100,stroke-width:3px style C fill:#e3f2fd,stroke:#1565c0,stroke-width:3px style D fill:#f3e5f5,stroke:#7b1fa2,stroke-width:3px style E fill:#fff3e0,stroke:#e65100,stroke-width:3px style F fill:#c8e6c9,stroke:#2e7d32,stroke-width:3px