Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

FinNet (version 0.1.2)

FF-math-methods: Mathematical methods for financial_matrix objects

Description

isSymmetric checks only the matrix-like part summary operates on all numeric attributes and the matrix-like part

Usage

# S4 method for financial_matrix
isSymmetric(object, ...)

# S4 method for financial_matrix summary(object, ...)

Value

  • isSymmetric: a boolean, TRUE if the matrix is symmetric, FALSE otherwise;

  • summary: a list of length equal to the number of numeric attributes possed by the financial_matrix (maximum three, the matrix itself, revenues, and capitalisation) assumed as measured on the same scale and denominated in the same currency). Each element of the list of class c('summaryDefault', 'table') which has specialized format and print methods

Arguments

object

The financial_matrix object to operate on

...

Arguments passed to the relevant matrix method

Author

Telarico, Fabio Ashtar

Details

Mathematical methods for financial_matrix objects