├── LICENSE ├── README.md ├── permcca.m ├── permloads.m └── testing ├── ccainf.m ├── epca.m ├── sometest.m ├── test_permcca.m └── testloads.m /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andersonwinkler/PermCCA/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andersonwinkler/PermCCA/HEAD/README.md -------------------------------------------------------------------------------- /permcca.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andersonwinkler/PermCCA/HEAD/permcca.m -------------------------------------------------------------------------------- /permloads.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andersonwinkler/PermCCA/HEAD/permloads.m -------------------------------------------------------------------------------- /testing/ccainf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andersonwinkler/PermCCA/HEAD/testing/ccainf.m -------------------------------------------------------------------------------- /testing/epca.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andersonwinkler/PermCCA/HEAD/testing/epca.m -------------------------------------------------------------------------------- /testing/sometest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andersonwinkler/PermCCA/HEAD/testing/sometest.m -------------------------------------------------------------------------------- /testing/test_permcca.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andersonwinkler/PermCCA/HEAD/testing/test_permcca.m -------------------------------------------------------------------------------- /testing/testloads.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andersonwinkler/PermCCA/HEAD/testing/testloads.m --------------------------------------------------------------------------------