-
Changes in Risk Appreciation, and Short Memory of House Buyers When the Market is Hot, a Case Study of Christchurch, New Zealand
Authors:
Emil Mendoza,
Fabian Dunker,
Marco Reale
Abstract:
In this paper house prices in Christchurch are analyzed over three distinct periods of time: post-2011 earthquake, pre-COVID-19 lockdown, and post-COVID-19 lockdown using the well-established hedonic price model. Results show that buyers, in periods that are temporally distant from the 2011 Christchurch earthquake, value the risk of potential earthquake damage to a property differently from buyers…
▽ More
In this paper house prices in Christchurch are analyzed over three distinct periods of time: post-2011 earthquake, pre-COVID-19 lockdown, and post-COVID-19 lockdown using the well-established hedonic price model. Results show that buyers, in periods that are temporally distant from the 2011 Christchurch earthquake, value the risk of potential earthquake damage to a property differently from buyers soon after the earthquake. We find that there are observable shifts in hedonic prices across the different time periods, specifically for section size pre and post COVID-19 lockdown.
△ Less
Submitted 24 July, 2023;
originally announced July 2023.
-
Nonparametric Estimation of the Random Coefficients Model in Python
Authors:
Emil Mendoza,
Fabian Dunker,
Marco Reale
Abstract:
We present $\textbf{PyRMLE}$, a Python module that implements Regularized Maximum Likelihood Estimation for the analysis of Random Coefficient models. $\textbf{PyRMLE}$ is simple to use and readily works with data formats that are typical to Random Coefficient problems. The module makes use of Python's scientific libraries $\textbf{NumPy}$ and $\textbf{SciPy}$ for computational efficiency. The mai…
▽ More
We present $\textbf{PyRMLE}$, a Python module that implements Regularized Maximum Likelihood Estimation for the analysis of Random Coefficient models. $\textbf{PyRMLE}$ is simple to use and readily works with data formats that are typical to Random Coefficient problems. The module makes use of Python's scientific libraries $\textbf{NumPy}$ and $\textbf{SciPy}$ for computational efficiency. The main implementation of the algorithm is executed purely in Python code which takes advantage of Python's high-level features.
△ Less
Submitted 14 August, 2021; v1 submitted 8 August, 2021;
originally announced August 2021.
-
Regularized Maximum Likelihood Estimation for the Random Coefficients Model
Authors:
Fabian Dunker,
Emil Mendoza,
Marco Reale
Abstract:
The random coefficients model $Y_i={β_0}_i+{β_1}_i {X_1}_i+{β_2}_i {X_2}_i+\ldots+{β_d}_i {X_d}_i$, with $\mathbf{X}_i$, $Y_i$, $\mathbfβ_i$ i.i.d, and $\mathbfβ_i$ independent of $X_i$ is often used to capture unobserved heterogeneity in a population. We propose a quasi-maximum likelihood method to estimate the joint density distribution of the random coefficient model. This method implicitly inv…
▽ More
The random coefficients model $Y_i={β_0}_i+{β_1}_i {X_1}_i+{β_2}_i {X_2}_i+\ldots+{β_d}_i {X_d}_i$, with $\mathbf{X}_i$, $Y_i$, $\mathbfβ_i$ i.i.d, and $\mathbfβ_i$ independent of $X_i$ is often used to capture unobserved heterogeneity in a population. We propose a quasi-maximum likelihood method to estimate the joint density distribution of the random coefficient model. This method implicitly involves the inversion of the Radon transformation in order to reconstruct the joint distribution, and hence is an inverse problem. Nonparametric estimation for the joint density of $\mathbfβ_i=({β_0}_i,\ldots, {β_d}_i)$ based on kernel methods or Fourier inversion have been proposed in recent years. Most of these methods assume a heavy tailed design density $f_\mathbf{X}$. To add stability to the solution, we apply regularization methods. We analyze the convergence of the method without assuming heavy tails for $f_\mathbf{X}$ and illustrate performance by applying the method on simulated and real data. To add stability to the solution, we apply a Tikhonov-type regularization method.
△ Less
Submitted 14 August, 2021; v1 submitted 16 April, 2021;
originally announced April 2021.
-
HHCART: An Oblique Decision Tree
Authors:
D. C. Wickramarachchi,
B. L. Robertson,
M. Reale,
C. J. Price,
J. Brown
Abstract:
Decision trees are a popular technique in statistical data classification. They recursively partition the feature space into disjoint sub-regions until each sub-region becomes homogeneous with respect to a particular class. The basic Classification and Regression Tree (CART) algorithm partitions the feature space using axis parallel splits. When the true decision boundaries are not aligned with th…
▽ More
Decision trees are a popular technique in statistical data classification. They recursively partition the feature space into disjoint sub-regions until each sub-region becomes homogeneous with respect to a particular class. The basic Classification and Regression Tree (CART) algorithm partitions the feature space using axis parallel splits. When the true decision boundaries are not aligned with the feature axes, this approach can produce a complicated boundary structure. Oblique decision trees use oblique decision boundaries to potentially simplify the boundary structure. The major limitation of this approach is that the tree induction algorithm is computationally expensive. In this article we present a new decision tree algorithm, called HHCART. The method utilizes a series of Householder matrices to reflect the training data at each node during the tree construction. Each reflection is based on the directions of the eigenvectors from each classes' covariance matrix. Considering axis parallel splits in the reflected training data provides an efficient way of finding oblique splits in the unreflected training data. Experimental results show that the accuracy and size of the HHCART trees are comparable with some benchmark methods in the literature. The appealing feature of HHCART is that it can handle both qualitative and quantitative features in the same oblique split.
△ Less
Submitted 14 April, 2015;
originally announced April 2015.
-
Estimators for Long Range Dependence: An Empirical Study
Authors:
William Rea,
Les Oxley,
Marco Reale,
Jennifer Brown
Abstract:
We present the results of a simulation study into the properties of 12 different estimators of the Hurst parameter, $H$, or the fractional integration parameter, $d$, in long memory time series. We compare and contrast their performance on simulated Fractional Gaussian Noises and fractionally integrated series with lengths between 100 and 10,000 data points and $H$ values between 0.55 and 0.90 o…
▽ More
We present the results of a simulation study into the properties of 12 different estimators of the Hurst parameter, $H$, or the fractional integration parameter, $d$, in long memory time series. We compare and contrast their performance on simulated Fractional Gaussian Noises and fractionally integrated series with lengths between 100 and 10,000 data points and $H$ values between 0.55 and 0.90 or $d$ values between 0.05 and 0.40. We apply all 12 estimators to the Campito Mountain data and estimate the accuracy of their estimates using the Beran goodness of fit test for long memory time series. MCS code: 37M10
△ Less
Submitted 7 January, 2009;
originally announced January 2009.