• TIME TO 2024 UK RANKINGS

  • C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Vector norms and multiple assets

Joined
8/3/14
Messages
4
Points
11
Hi everybody,

I'm currently dealing with modelling an economy as a continuum of states. The absence of arbitrage will guarantee the existence of a state price density. However, how should we best model a single state price in the face of multiple assets?

Let's assume k is our market price of risk as a vector, is it better to use mean(k) or norm(k)?

Best
 
Back
Top