NEWS.md
coef
behavior with common output format for all models.market_model
class.coef
output.diseq_directional
calculations to improve numerical stability.diseq_basic
: Demand and supply regression estimates using the whole sample.diseq_deterministic_adjustment
: Demand and supply regression estimates using the whole sample. Price differences are regressed on estimated excess demand for the price equation.diseq_directional
: Demand and supply regression estimates using the sample separation.diseq_deterministic_adjustment
: Demand, supply, and price dynamics regression estimates using the whole sample.equilibrium_model
: Two stage least square estimates.market_fit
. The class further unifies the user interface for accessing market models.summary
with market_fit
objects.coef
.vcov
.logLik
object access method.formula
object access method.more_details.Rmd
with initialization and estimation details.basic_usage
vignette to produce more balanced sample data in the models that use sample separation.show
and summary
methods of diseq_stochastic_adjustment
.prefixed_quantity_variable
method.houses
dataset.gradient
, hessian
, and standard_errors
.gradient
controls whether the gradient is calculated by analytic expression or is numerically approximated. Switched from Boolean input to passing sting options so that the user interface for choosing gradient and hessian options is consistent.equilibrium_model
plot functionality.houses
documentation.hessian
input variable of estimate
.standard_errors
input variable of estimate
.DESCRIPTION
file.use_heteroscedasticity_consistent_errors
variable of estimate
method to use_heteroscedastic_errors
.plot
method for the equilibrium and basic disequilibrium model classes.summary
method for the front-end model classes.README.Rmd
compile_commands.json
from source control.M1mac
additional issues: Added compilation flag for availability of GSL
. The native code can be compiled also in systems without GSL
, albeit offering an empty shell functionality for the moment.maximize_log_likelihood
function.autotools
configuration script for cross-platform compilation.C++20
. The sources are now C++11
compliant and only use C++17
and libtbb
if it is available on the target machine.clang
compilation failure: reverting to sequential execution when compiling with clang and libc++
.M1mac
issues. Adjusted README to API changes.href
with doi
whenever relevant.std::ragnes::iota_view
and std::reduce
to ensure C++11 compatibility.GSL
through Rcpp
.A quick model tour
, Alternative packages
, and Planned extensions
in README.get_correlation_variable
from exported functions.minus_log_likelihood
.