Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Eviews5 / EViews5 / Docs / EViews 5 Command Ref.pdf
Скачиваний:
91
Добавлен:
23.03.2015
Размер:
5.23 Mб
Скачать

@vech—631

Creates a vector from the columns of the given matrix stacked one on top of each other. The vector will have the same number of elements as the source matrix.

Example:

vector v1 = @vec(m1)

@vech

Matrix Utility Function

 

 

Syntax:

@vech(o)

Argument:

matrix, sym, o

Return:

vector

Creates a vector from the columns of the lower triangle of the source square matrix o stacked on top of each another. The vector has the same number of elements as the source matrix has in its lower triangle. Example:

vector v1 = @vech(m1)

632—Appendix G. Matrix Reference

Соседние файлы в папке Docs