Telematics

We can think of the path a passenger takes as two functions with respect to \(t\). That is, \(path=(x(t),y(t))\). Then what we really would like to know is

Randomness is inserted through the \((x,y)\) coordinates; so that \(x|t~N(x(t-1)+\mu,\sigma^2)\) and, similarly, \(y|t~N(y(t-1)+\mu,\sigma^2)\) so that there is a drift plus the last term. It would be interesting to see if there are correlations between \(x\) and \(y\).

The rate of accidents, x, and y would also depend on other cars, weather, and geography of the area. This is where spatial statistics could help. Spatial statistics is defined as autocorrelated \((x,y)\) coordinates.

Additionally, what we really care about is defining the riskiness profile of a driver. That is, we create a risk score where risk is defined as the rate of accident. We can think of instantaneous risk as a function of \((x,y)\), that is \(inst_risk=f(x(t),y(t))\) and the overall risk as \(risk=\int_{(x,y)_{start}}^{(x,y)_{end}}\). Since insurance is priced on a per exposure basis, we would like to model risk per mile then, we would need a separate model to estimate the number of miles so that we get the following:

\[E[number of accidents]=\frac{\text{number of miles}}{mile}\cdot E[\frac{total miles}{time}].\]

The first model is hard. The second model is easy since we can multiply a lagging average number of miles per day by remaining days.

Riskiness

To get a list of riskiness factors, google search the following:

Features

It would be interesting to see if given accidents is 1, the probability of being in another accident.

Additionally, given accident=0, the probability of being (or reporting) an accident.

Maybe instead of risky drivers, those drivers that have been in accidents go on the same road.

We have a vector-valued function \(path(t)=(x(t),y(t))\) and is a position vector.

We can think of each point as a tuple {(x,y),driver action, degree, direction}

where:

I expect to see seasonality weekly, monthly, and a trend yearly.

I expect to be able to causally model events in the future; namely accidents in the future.

I expect driver coefficients to evolve over time.