help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unable to install Tisean


From: Oliver Heimlich
Subject: Re: Unable to install Tisean
Date: Mon, 6 Aug 2018 02:15:59 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

On 04.08.2018 02:23, Sai Sravanthi wrote:
> 
> Hi,
> 
> I am trying to install Tisean to conduct PCA on my dataset.
> I am unable to instal tisean in Octave. Iam getting the following error.
> Please help.
> 
>>> pkg install tisean-0.2.3.tar.gz
> configure: error: in `/tmp/oct-P4jiNI/tisean-0.2.3/src':
> configure: error: cannot run C++ compiled programs.
> If you meant to cross compile, use `--host'.
> See `config.log' for more details
> checking for g++... g++
> checking whether the C++ compiler works... yes
> checking for C++ compiler default output file name... a.exe
> checking for suffix of executables... .exe

Hi,

it looks like you are running Octave on Windows. The tisean package is
part of the official Octave for Windows installer which you can get from

  https://www.gnu.org/software/octave/#install

It should be possible for you to simply load and then use the tisean
package:

>> pkg load tisean
>> help pca
'pca' is a function from the file …/tisean-0.2.3/pca.m

 -- Function File: EIGVAL = pca (S)
 -- Function File: [EIGVAL, EIGVEC] = pca (S)
 -- Function File: [EIGVAL, EIGVEC, TS] = pca (S)
 -- Function File: [...] = pca (S, PARAMNAME, PARAMVALUE, ...)

     Performs a global principal component analysis (PCA). It gives the
     eigenvalues of the covariance matrix and depending on the flag W
     settings the eigenvectors, projections of the input time series.
…


Oliver

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]