get_efficient_frontier {metafolio}R Documentation

Get the efficient frontier from mean and variance values

Description

Get the efficient frontier from mean and variance values

Usage

get_efficient_frontier(m, v)

Arguments

m

A vector of mean values

v

A vector of variance values


[Package metafolio version 0.1.2 Index]