Join 60,000+ competitive exam aspirants
Which of the following equations is used to estimate the average term in the deterministic part of load?
N1[∑σ=1Ndd(σ)−β∑σ=1Nσ]
N1[∑σ=1N−1dd(σ)−β∑σ=1N−1σ]
N1[∑σ=1Ndd(σ)+β∑σ=1Nσ]
None of above
N1[∑σ=1Ndd(σ)−β∑σ=1Nσ]
Quick Summary: In load forecasting, the deterministic component of load is typically modeled as a trend line using a linear regression approach. The expression $\frac{1}{N} [\sum d_d(\sigma) - \beta \sum \sigma]$ represents the estimation of the intercept (average term) in a simple linear regression model of the form $d_d(\sigma) = \alpha + \beta \sigma$.
In load forecasting, the deterministic component of load is typically modeled as a trend line using a linear regression approach. The expression N1[∑dd(σ)−β∑σ] represents the estimation of the intercept (average term) in a simple linear regression model of the form dd(σ)=α+βσ.
dd(σ)=α+βσ — Linear model for deterministic load
α=N1[∑dd(σ)−β∑σ] — Estimator for the intercept term
The model assumes the load follows a linear trend y=α+βx, where σ is the time index, β is the growth rate (slope), and α is the base load level. By minimizing the sum of squared errors between actual and predicted loads, we derive the normal equations. Solving these for α (the average term) yields the result where the total deviation of the load from the trend is distributed over the time horizon N.
The deterministic part of load is usually associated with predictable trends like economic growth or historical usage patterns.
β represents the rate of change or trend slope in the load data.
Linear regression is the standard mathematical tool for isolating the deterministic component from the stochastic/random component of electricity demand.
Provides a baseline for long-term power system expansion planning.
Mathematically simple and computationally efficient for large datasets.
Assumes a constant linear trend, which may not hold for long-term non-linear load growth.
Sensitive to outliers in historical data if not properly pre-processed.
Long-term capacity planning.
Predicting base load requirements for utility grid operations.
In statistics, this is derived from the Ordinary Least Squares (OLS) estimator for the intercept of a simple linear regression.
Option B is incorrect because the summation limit N−1 is inconsistent with the definition of average over N observations.
A is correct — The formula represents the calculation of the intercept parameter in a linear regression-based load forecasting model.
Always verify the summation limits in regression formulas; the number of observations N must match the range of the independent variable σ used in the calculation.