u_anxiety | R Documentation |
Range anxiety is assumed to reflect the probability that a daily trip exceeds the electric vehicle AER, requiring an intraday charge. the distribution of daily trips is gamma distributed with shape parameter 2.5. subjectivity via "anxiety" parameter anxiety
u_anxiety(mileage, AER, shape = 2.5, anxiety, a_prefactor = 1)
mileage |
annual mileage in km |
AER |
range in km |
shape |
gamma distribution |
anxiety |
range anxiety. 1 is non-anxious case, > 1 is anxious case |
a_prefactor |
const of order 1 |
probabilty that a daily trip exceeds AER
u_anxiety(20000,50,2.5,1.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.