From 78db196b60455fb0637bb5d5d9248d241a6bc709 Mon Sep 17 00:00:00 2001 From: yigong Date: Tue, 19 May 2026 17:11:46 +0800 Subject: [PATCH] edit: enable get betasSE betasTV from GWRMultiscale --- include/gwmodelpp/GWRMultiscale.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/gwmodelpp/GWRMultiscale.h b/include/gwmodelpp/GWRMultiscale.h index b3d0f5d1..2be3716e 100644 --- a/include/gwmodelpp/GWRMultiscale.h +++ b/include/gwmodelpp/GWRMultiscale.h @@ -549,7 +549,11 @@ class GWRMultiscale : public SpatialMultiscaleAlgorithm, * @return arma::mat 回归系数估计值 \f$\beta\f$。 */ const arma::mat& betas() const { return mBetas; } - + + const arma::mat& betasSE() const { return mBetasSE; } + + const arma::mat& betasTV() const { return mBetasTV; } + /** * \~english * @brief Get criterion calculator function for optimize bandwidth size for one variable.