{ "cells": [ { "cell_type": "markdown", "metadata": { "collapsed": false }, "source": [ "## Simulating Returns for the Robo-Advisor\n", "\n", "In the past, we've asked users to state their risk preference without giving them any context as to what that risk preference should indicate.\n", "\n", "Let's present a more explicit query here, in which the robo-advisor presents a series of simulated returns to the user before asking about a risk preference.\n", "\n", "We'll start by simulating returns under a number of different risk levels." ] }, { "cell_type": "code", "execution_count": 17, "metadata": { "collapsed": false }, "outputs": [ { "data": { "text/html": [ "
\n", " | 1 | \n", "2 | \n", "3 | \n", "4 | \n", "5 | \n", "
---|---|---|---|---|---|
0 | \n", "0.325341 | \n", "-0.117550 | \n", "-0.193722 | \n", "0.014236 | \n", "0.003305 | \n", "
1 | \n", "-0.154543 | \n", "-0.003586 | \n", "0.028922 | \n", "-0.041204 | \n", "0.002376 | \n", "
2 | \n", "0.340996 | \n", "-0.033272 | \n", "0.041565 | \n", "0.002383 | \n", "-0.014720 | \n", "
3 | \n", "-0.163003 | \n", "0.237072 | \n", "-0.106264 | \n", "0.045587 | \n", "-0.030441 | \n", "
4 | \n", "0.166943 | \n", "0.222243 | \n", "-0.179022 | \n", "0.085806 | \n", "-0.022043 | \n", "