Files
Thesis/Reports/Thesis/acronyms.tex
Victor Mylle d3b2bdf41c Updated thesis
2024-05-20 19:49:03 +00:00

172 lines
2.7 KiB
TeX

% Training methods
\DeclareAcronym{QR}{
short = QR,
long = Quantile Regression
}
\DeclareAcronym{AQR}{
short = AQR,
long = Autoregressive Quantile Regression
}
\DeclareAcronym{NAQR}{
short = NAQR,
long = Non-Autoregressive Quantile Regression
}
% Deep Learning
\DeclareAcronym{GRU}{
short = GRU,
long = Gated Recurrent Unit
}
\DeclareAcronym{LSTM}{
short = LSTM,
long = Long Short-Term Memory
}
\DeclareAcronym{GAN}{
short = GAN,
long = Generative Adversarial Network,
plural = s
}
\DeclareAcronym{CTSGAN}{
short = CTSGAN,
long = Conditional Time Series Generative Adversarial Network
}
\DeclareAcronym{VAE}{
short = VAE,
long = Variational Autoencoder
}
\DeclareAcronym{MLP}{
short = MLP,
long = Multi-Layer Perceptron
}
\DeclareAcronym{GP}{
short = GP,
long = Gaussian Process,
plural-form = Gaussian Processes
}
% Metrics
\DeclareAcronym{MSE}{
short = MSE,
long = Mean Squared Error
}
\DeclareAcronym{MAE}{
short = MAE,
long = Mean Absolute Error
}
\DeclareAcronym{CRPS}{
short = CRPS,
long = Continuous Ranked Probability Score
}
\DeclareAcronym{TSPA}{
short = TSPA,
long = Two-Step Probabilistic Approach
}
\DeclareAcronym{PLF}{
short = PLF,
long = Pinball Loss Function
}
\DeclareAcronym{CDF}{
short = CDF,
long = Cumulative Distribution Function
}
\DeclareAcronym{QE}{
short = QE,
long = Quarter Embedding
}
% Electricity Market Terms
\DeclareAcronym{NRV}{
short = NRV,
long = Net Regulation Volume
}
\DeclareAcronym{PV}{
short = PV,
long = Photovoltaic
}
\DeclareAcronym{NP}{
short = NP,
long = Nominal Net Position
}
\DeclareAcronym{TSO}{
short = TSO,
long = Transmission System Operator
}
\DeclareAcronym{DSO}{
short = DSO,
long = Distribution System Operator
}
\DeclareAcronym{BRP}{
short = BRP,
long = Balance Responsible Party,
short-plural = s,
long-plural = ies
}
\DeclareAcronym{BSP}{
short = BSP,
long = Balancing Service Provider,
short-plural = s,
}
\DeclareAcronym{SI}{
short = SI,
long = System Imbalance
}
\DeclareAcronym{FCR}{
short = FCR,
long = Frequency Containment Reserve
}
\DeclareAcronym{aFRR}{
short = aFRR,
long = Automatic Frequency Restoration
}
\DeclareAcronym{mFRR}{
short = mFRR,
long = Manual Frequency Restoration
}
\DeclareAcronym{MW}{
short = MW,
long = Megawatt
}
\DeclareAcronym{ACE}{
short = ACE,
long = Area Control Error
}
\DeclareAcronym{MIP}{
short = MIP,
long = Marginal price of upward activation
}
\DeclareAcronym{MDP}{
short = MDP,
long = Marginal price of downward activation
}