{ "cells": [ { "cell_type": "markdown", "id": "25cd6cc8", "metadata": {}, "source": [ "$$\n", "\\newcommand{\\argmax}{arg\\,max}\n", "\\newcommand{\\argmin}{arg\\,min}\n", "$$" ] }, { "cell_type": "markdown", "id": "293ef0ff", "metadata": {}, "source": [ "\n", "\n", "
[1] A literature that studies whether models populated with agents\n", "who learn can converge to rational expectations equilibria features\n", "iterations on a modification of the mapping $ \\Phi $ that can be\n", "approximated as $ \\gamma \\Phi + (1-\\gamma)I $. Here $ I $ is the\n", "identity operator and $ \\gamma \\in (0,1) $ is a *relaxation parameter*.\n", "See [[Marcet and Sargent, 1989](https://python.quantecon.org/zreferences.html#id205)] and [[Evans and Honkapohja, 2001](https://python.quantecon.org/zreferences.html#id177)] for statements\n", "and applications of this approach to establish conditions under which\n", "collections of adaptive agents who use least squares learning to converge to a\n", "rational expectations equilibrium." ] } ], "metadata": { "date": 1770028423.819809, "filename": "rational_expectations.md", "kernelspec": { "display_name": "Python", "language": "python3", "name": "python3" }, "title": "Rational Expectations Equilibrium" }, "nbformat": 4, "nbformat_minor": 5 }