https://github.com/psobczyk/varclust

sort by:
Revision Author Date Message Commit Date
12586b0 update documentation 25 December 2017, 22:20:50 UTC
90b0bbb added show.warnings parameter 25 December 2017, 22:17:29 UTC
90ee85a update tests 25 December 2017, 22:14:14 UTC
7c4d562 remove unnecessary files 24 December 2017, 10:54:01 UTC
19a4480 update reference in integration.R 24 December 2017, 10:45:39 UTC
ea7523b clean copy-pasted code 05 December 2017, 17:41:54 UTC
c2df729 For measuring time. DO NOT MERGE - test purposes only 05 December 2017, 17:06:59 UTC
f99630f making package ready for CRAN submission 02 December 2017, 14:05:04 UTC
1994396 updating documentation. moving function integration to seperate file 02 December 2017, 13:25:19 UTC
f056c5b add extdata for vignette and examples 02 December 2017, 13:24:43 UTC
e659bc1 merging + removing comments in polish and changing them into 'TO DO's Merge branch 'master' of github.com:psobczyk/varclust # Conflicts: # R/auxiliary.functions.R # R/estim.npc.R 02 December 2017, 12:52:48 UTC
04c542a Merge pull request #2 from psobczyk/new_initializations New initializations + some minor enhancements 30 November 2017, 09:55:19 UTC
2118261 getting rid of unused functions, fixing bug with negative eigenvalues that caused failure of the calculation, only one version of pesel criterion, unfinished changes in cluster.pca.BIC (temporary if statement), fixed bug with hardcoded number of individuals in choose.cluster.BIC, added function for K-means++ 07 October 2017, 17:09:14 UTC
e5b786a getting rid of time measurements 07 October 2017, 16:53:17 UTC
3ad4af4 minor change 07 October 2017, 16:52:40 UTC
6743a60 new initializations with measuring time 07 October 2017, 16:47:22 UTC
a7d75f2 added test for integration and change deprecated methods 07 October 2017, 16:45:59 UTC
21a3b71 minor change in gitignore 07 October 2017, 16:44:49 UTC
b8b39cc added imports 07 October 2017, 16:43:33 UTC
a669f5c added imports and required function 07 October 2017, 16:42:36 UTC
1286563 added parameter mode and run only user specified inits 07 October 2017, 16:37:20 UTC
4f7511f added parameter mode 07 October 2017, 16:34:15 UTC
f6d411f added function to calculate integration and acomntamination 07 October 2017, 16:31:28 UTC
3daae05 added min.dim parameter 07 October 2017, 16:27:46 UTC
c647d01 changes in documentation 07 October 2017, 16:24:36 UTC
3dec13d The same version of pesel criterion 07 October 2017, 16:21:43 UTC
f9349e3 adding option for 0 PCs and estimating number of PCs with known sigma 15 March 2016, 08:35:17 UTC
8f79a73 estim.npc: changing default minimal number of principal components to 0 20 January 2016, 10:40:17 UTC
f9fb873 changing function estim.npc name and enhancing its documentation 18 September 2015, 08:59:32 UTC
abb9962 moving parallel computations to cross-platform package 17 September 2015, 09:55:17 UTC
8ecd29d making estim.ncp function more robust. Enhancing documentation 12 September 2015, 08:20:53 UTC
7af3b52 minor changes to documentation 13 July 2015, 15:23:33 UTC
bf4a73b updating documentation. Changing criterion to match definition in Minka's paper (asymptotics with number of observations) 26 June 2015, 09:24:53 UTC
ce39cad updating vignette 26 June 2015, 08:56:12 UTC
f224de2 updating documentation 26 June 2015, 08:55:54 UTC
f7864a2 removing unnecessary parameter 26 June 2015, 08:46:44 UTC
7b8f6c2 updating documentation 26 June 2015, 08:28:46 UTC
26d6a16 adding estim.ncp function for estimating number of principal components 26 June 2015, 08:28:06 UTC
63cbcbf fixing numeric bug 20 April 2015, 13:00:32 UTC
96e7e1b switching to new BIC 09 March 2015, 11:47:21 UTC
d06894d adding Laplace evidence and new version of BIC 09 March 2015, 11:41:58 UTC
5a40913 adding Laplace evidence 02 March 2015, 09:27:56 UTC
ed65b05 enabling old BIC 02 March 2015, 08:15:42 UTC
75891b6 adding flat prior as an option 25 February 2015, 08:59:36 UTC
fef869d new version of prior distribution on models 02 February 2015, 15:57:26 UTC
da547dd updating documentation 02 February 2015, 15:55:52 UTC
19345c5 speeding up pca.BIC 29 January 2015, 11:05:13 UTC
2465c8d adding new method for computing BIC for PCA fit 29 January 2015, 10:28:29 UTC
5f10f8a adding another author, changing DESCRIPTION 26 January 2015, 15:52:57 UTC
0406d6e updating DESCRIPTION file 23 January 2015, 17:45:49 UTC
9269da0 fixing a bug - using latex 23 January 2015, 17:37:15 UTC
ff4afaf fixing bug in adjusted.cluster.BIC 23 January 2015, 17:35:21 UTC
11f046d Updating documentation 23 January 2015, 17:34:12 UTC
9683652 spell checking for vignette 22 December 2014, 10:20:09 UTC
1bdaed2 adding additional parameters for simulation with factors 16 December 2014, 15:23:05 UTC
9c2f235 correcting a typo 09 December 2014, 15:07:12 UTC
f00d341 correcting a typo in test name 09 December 2014, 15:06:06 UTC
834a445 updating vignette 09 December 2014, 15:05:46 UTC
7a2b5fa updating README file 09 December 2014, 15:05:20 UTC
d008ddc removing redundant BIC computation in mlcc.bic 01 December 2014, 13:26:40 UTC
04b0342 cleaning documentation. Making code meeting standards 28 November 2014, 16:42:00 UTC
30c9dcd changing parameter names in mlcc.kmeans to match package standard 27 November 2014, 10:22:35 UTC
f713d9a adding factors as an output for mlcc.bic 26 November 2014, 18:37:21 UTC
231b143 updating vignette 26 November 2014, 18:34:58 UTC
2fd38a0 just a minot change in documentation 24 November 2014, 16:07:44 UTC
f56d25b Moving TODO to README.md to get a clean pacakge 24 November 2014, 15:59:41 UTC
12db079 removing TODO.md from version control 24 November 2014, 15:51:04 UTC
8566df9 fixing tests to pass CRAN check 24 November 2014, 15:44:08 UTC
908c14a adding new simulation setting with factors 24 November 2014, 15:43:41 UTC
23ece36 adding factors to result of simulating data. adding test for orthogonality of factors 24 November 2014, 12:12:39 UTC
ae7a66d adding get sigma test 21 November 2014, 17:03:22 UTC
d269513 adding tests 19 November 2014, 10:31:43 UTC
38d0d57 documentation changes 19 November 2014, 09:56:23 UTC
f67d695 fixing bug - variance was used instead of square root of sum of residuals squared 19 November 2014, 09:56:00 UTC
6ad1ccf fixing a typo - mlcc.bic and mlcc.reps now throw warnings when given wrong input 19 November 2014, 09:28:28 UTC
f7fec22 consistent estimate.dimensions parameter in all functions 19 November 2014, 08:01:44 UTC
4036ebd updating vignette 18 November 2014, 11:16:37 UTC
6d68790 fixing bugs that ocurred while running R CHECK 18 November 2014, 11:16:25 UTC
c037eb1 removing redundant debugging messages 18 November 2014, 10:46:50 UTC
1f26327 extending iterative estimation for mlcc.bic changing plot and print for mlcc.fit object 18 November 2014, 10:38:21 UTC
996b13a adding TODO list 18 November 2014, 10:35:02 UTC
070ca75 Iterative dimension estimation works with function mlcc.reps For a time being mlcc.kmeans is exported. Iteratively adjusting penalty is implemented in adjusted.cluster.BIC 18 November 2014, 10:06:13 UTC
3319d39 new plotting for all dimensions considered 06 November 2014, 12:01:18 UTC
3bc2d8d changin graphical.output to verbose in mlcc.bic 06 November 2014, 11:56:57 UTC
e24a118 changing groups in part 01 November 2014, 20:25:42 UTC
5ef8f19 changing the way of estimating subspaces and number of clusters. Running program for all possible number of clusters and dimensions and then pick the best one with BIC 01 November 2014, 10:09:42 UTC
93273bf changing documentation 01 November 2014, 10:08:24 UTC
8312295 changing vignette file name 01 November 2014, 08:42:20 UTC
b1d9edb new version of a package 01 November 2014, 08:38:52 UTC
73785a0 changing data to sim.data 01 November 2014, 08:38:32 UTC
e064fae removing double as object type, new description for stop.criterion, renaming data to sim.data in examples 01 November 2014, 08:38:00 UTC
352ba78 namespace for print for mlcc.reps.fit 01 November 2014, 08:20:31 UTC
2b5225b more new documentation 01 November 2014, 08:19:19 UTC
cd4a9af fixing varclusttutorial 01 November 2014, 08:18:46 UTC
a9a4b9f adding print for mlcc.reps.fit 01 November 2014, 08:18:04 UTC
226b27f renaming file 01 November 2014, 08:16:52 UTC
b9895e9 new vignette, renaming main documentation file 30 October 2014, 22:47:57 UTC
f09ccde updating README file 29 October 2014, 19:20:28 UTC
128024d changing greedy to find really local maximum 29 October 2014, 19:02:23 UTC
92204c8 changing package name to varclust, proof-reading documentation 29 October 2014, 18:41:20 UTC
back to top