REVIEW 2 major objections 7 minor 300 references
Parsimonious Mixtures of Skewed Bilinear Factor Analyzers
T0 review · 2 major / 7 minor · reviewed 2026-08-02 · deepseek-v4-flash
Pith's one-line read A family of 256 constrained mixture models for skewed matrix-variate data is introduced, with an AECM algorithm and evidence from simulated and real data.
desk verdict A useful but incremental extension of the authors' own PMMVBF A framework; the new A_g=A and ν_g=ν constraints give a 256-model family, but the Stage 3 constrained-Δ update is dimensionally wrong as printed and needs correction or code before the central claim is reproducible. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is the PMSBFA family: each model is a mixture of G matrix-variate skew-t distributions, with each component written as X = M_g + W_g A_g + Λ_g U_g Δ_g' + noise. Parsimony is obtained by constraining, across clusters, the row factor loadings Λ_g, the column factor loadings Δ_g, the row noise scale Σ_g, the column noise scale Ψ_g (with options to make these isotropic or shared), the skewness matrix A_g, and the degrees of freedom ν_g. The estimation machinery is a three-stage AECM algorithm: stage 1 updates memberships, location, skewness, and ν; stage 2 updates Λ and Σ; stage 3 updates Δ and Ψ. The unique-solution property of the shared-skewness update is established by sho
What would settle it
Run the paper's simulation Study 1 for the CCC-CCC-C-C model with N=500 and 10×10 matrices, implementing the Stage 3 update exactly as printed. If the denominator in the shared-Δ update is indeed E^{(3)}_{1ig} (an n×r matrix) rather than E^{(3)}_{3ig} (an r×r matrix), the algorithm should fail or produce divergent estimates, contradicting the reported TMS=50; if the denominator is a typo corrected to E^{(3)}_{3ig}, the simulation should reproduce the paper's results.
Extended reading notes
Core claim
The central claim is that the constraining schemes previously used to make Gaussian mixture models parsimonious can be applied simultaneously to the row and column factor structures, the skewness matrix, and the degrees-of-freedom parameter of a matrix-variate skew-t mixture, yielding 256 distinct models—the Parsimonious Mixtures of Skewed Bilinear Factor Analyzers (PMSBFA) family. The paper proposes a three-stage AECM algorithm whose update equations depend on which of the eight row-model and eight column-model constraint patterns is active, and it provides a proof that the constrained skewness update has a unique solution at each iteration. The authors claim that in their simulations the f
Load-bearing premise
The load-bearing premise is that the printed AECM update equations are dimensionally correct for every one of the 256 constraint combinations; in particular, the Stage 3 update for the shared row-factor loading matrix when the column model is CCC, CCU, or CUC appears to divide by an n×r matrix where an r×r matrix is required, which would invalidate the M-step for the 128 models with a shared row-factor loading matrix if it is not a typographical error.
Editorial extensions
If this is right
- If the estimation algorithm is correct, the 256-model family provides a practical model-selection grid: fitting all combinations and choosing by BIC or ICL identifies the right constraint structure without bespoke tuning.
- Clustering of matrix data (images, repeated measures) no longer requires vectorization; the bilinear factor structure preserves row/column geometry while the skew-t component handles asymmetry and outliers.
- The parsimonious constraints can reduce parameters per component from O(np + n^2 + p^2) to O(nq + pr + ...), making high-dimensional matrix clustering feasible.
- The reported MNIST and Olivetti results suggest that including skewness and heavier tails improves cluster recovery over Gaussian parsimonious factor analyzers on real image data.
- The semi-supervised extension means the same models can be used for classification when a fraction of labels is known.
Reading between the lines
- Editorial inference: the simulation evidence is limited to four constraint patterns and low-dimensional matrices; the claim that the whole 256-model family is usable rests on the update equations being correct for all constraint combinations, which the paper does not verify empirically.
- Editorial inference: the same constraint algebra could be applied to other skewed matrix-variate distributions (e.g., variance-gamma or generalized hyperbolic), potentially yielding analogous 256-model families.
- Editorial inference: the reported ARI gains on MNIST (0.846 vs 0.713 for unsupervised clustering) are suggestive but come from a single two-digit subset; a broader benchmark would clarify when skewness pays off.
- Editorial inference: the model-selection step fitting all 256 models for each (G, q, r) grid point is computationally heavy; the paper itself notes a search algorithm is a future direction, and such an algorithm could make the family practical at scale.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces a 256-model family, denoted PMSBFA, for parsimonious mixtures of skewed matrix-variate bilinear factor analyzers in the skew-t case. Parsimony is obtained by applying the eight row/column constraints of Gallaugher and McNicholas to the two factor-analytic scale matrices and additionally allowing the skewness matrix and degrees of freedom to be shared across components. Estimation is carried out with a three-stage AECM algorithm, with special updates for constrained factor loadings and skewness. The paper reports simulation studies of model recovery and parameter estimation for four constrained models, and applies the family to MNIST and Olivetti faces data.
Significance. If the algorithm is correct, the PMSBFA family is a useful extension of existing parsimonious matrix-variate factor-analytic mixtures: it combines dimension reduction with parsimony across clusters and adds skewness and heavy tails, which is likely to be valuable in clustering matrix-valued data. The paper also contains a genuinely useful existence/uniqueness argument for the constrained skewness update in Section 4.1, and the real-data results suggest practical gains over the Gaussian PMMVBFA models. However, the central algorithmic claim is not supported as printed: the Stage 3 update for constrained row-factor loadings is dimensionally inconsistent for all models with Δ_g=Δ, which is half of the 256-model family and includes three of the four simulation designs. Because this is a correctable typographical or algebraic issue rather than a fundamental flaw, the appropriate action is major revision rather than rejection.
major comments (2)
- [Section 3.2, Stage 3 updates] The constrained-Δ updates for column models CCC, CCU, CUC, and CUU are dimensionally inconsistent as printed. For example, the CCC/CCU update divides by Σ_i Σ_g z_ig E^{(3)}_{1ig}, but E^{(3)}_{1ig} is n×r (as defined immediately above), while the inverse requires an r×r matrix. The natural correct denominator is E^{(3)}_{3ig}, which is r×r and is already used in the unconstrained-Δ update. The same substitution is needed in the CUC and CUU row-by-row updates. Unless this is a typographical error, the M-step is undefined for all 128 models with Δ_g=Δ, including simulation models C1–C3 in Table 5. The manuscript must either supply corrected formulas or clearly restrict the claims to models with unconstrained Δ.
- [Section 5 / Reproducibility] No code or supplementary material is provided, so the near-perfect model-recovery numbers in Table 5 for C1–C3 cannot be checked against the printed equations. Since those simulations rely on the invalid constrained-Δ updates, the current text does not allow a reader to reproduce the central empirical claim. I request corrected equations and, ideally, the code used for the simulations, or at least a precise numerical trace for one simulated dataset for each of C1–C4.
minor comments (7)
- [Abstract] The sentence 'In this manuscript propose a parsimonious family' is missing 'we'.
- [Section 2.4] 'first first discussed' should be 'first discussed'.
- [Section 2.4, Tables 1–2] The text refers to 'Table 2.4 and Table 2.4' instead of Table 1 and Table 2.
- [Section 3.2, Stage 3, CUC update] In the CUC constrained-Δ update, the term A'_g should presumably be \(\hat A'^{(t+1)}_g\) for consistency with the surrounding formulas.
- [Section 5.1] The text says 'the 24 total simulated populations' but the Cartesian product C × d has 4 × 3 = 12 populations. If the intention is to count both sample sizes separately, this should be stated explicitly.
- [Section 5 and 6] The notation is inconsistent: the model family is called PMSBFA in some places and PMSBF A in others. Please standardize.
- [Table 5 and Section 3.6] The table caption mentions 'the adaptive algorithm', but no adaptive model-selection algorithm is described in Section 3.6 or elsewhere. Please either describe it or remove the term.
Circularity Check
No significant circularity: the PMSBF A family and its constrained AECM updates are derived in-paper; self-citations supply background only.
full rationale
The paper's central contribution—the 256-model PMSBF A family and the AECM updates for constrained skewness and concentration—is not a disguised re-use of its inputs. The model family is generated by combining eight row/column constraints with A_g=A and ν_g=ν (Section 3.1), and the constrained skewness update (18) is derived from the Stage 1 complete-data log-likelihood (14); the positive-definiteness proof in Section 4.1 is completed in-text via Jensen's inequality rather than imported as an external 'uniqueness theorem'. The Stage 2 and Stage 3 factor-loading updates are stated from the complete-data log-likelihoods and parallel the unconstrained cases from Gallaugher and McNicholas (2020a), but the constrained cases are re-derived/adapted in the manuscript. The simulations generate data from PMSBF A populations and then check BIC recovery and parameter estimation; this is a standard estimation-consistency check with known ground truth, not a fitted value being relabeled as a prediction. Real-data analyses on MNIST and Olivetti use known class labels and provide external benchmarks. The self-citations to the authors' prior matrix-variate skew-t and bilinear factor analyzer papers supply the distributional background and the basic AECM structure, but they do not by themselves force the new constrained-model claims. One non-circular concern is that the Stage 3 constrained-Δ updates appear dimensionally inconsistent: the denominator is printed as E^{(3)}_{1ig} (n×r) rather than the r×r E^{(3)}_{3ig}; this is a correctness/reproducibility issue, not circularity. Because the central derivation is not equivalent to its inputs, no circular step is identified; score 2 reflects the paper's heavy but non-load-bearing reliance on self-cited machinery.
Assumptions & free parameters
free parameters (1)
- Initialization and tuning constants =
200 candidate starts; 20 kept; 4 small-EM iterations; A_g^(0)=0.1; ν^(0)=10; tolerance ϵ=|ℓ^(10)|×10^{-k} with k=log10(n
assumptions (3)
- domain assumption The matrix-variate skew-t density and its GIG conditional moments (Eqs. (3) and (6)) are correct for the variance-mean mixture representation X=M+WA+√W V with W∼IGamma(ν/2,ν/2).
- domain assumption The factor decomposition V_ig=Λ_g U_ig Δ_g'+Λ_g E^B_ig+E^A_ig Δ_g'+E_ig with mutually independent error matrices and diagonal Σ_g, Ψ_g yields the marginal MVST components and the conditional linear expectations used in AECM stages 2 and 3.
- domain assumption The parameter counts in Tables 1 and 2 are correct, including the rotation correction [nq−q(q−1)/2] for factor loadings, and identifiability can be fixed by restricting the first diagonal entry of Σ*_g or Ψ*.
Cite this review
Pith. "Pith review of Parsimonious Mixtures of Skewed Bilinear Factor Analyzers." pith.science (2026). https://pith.science/paper/XPWTY32C
@misc{pith2026260714297,
author = {Pith},
title = {Pith review of: Parsimonious Mixtures of Skewed Bilinear Factor Analyzers},
year = {2026},
howpublished = {\url{https://pith.science/paper/XPWTY32C}},
note = {Machine review of arXiv:2607.14297}
}
read the original abstract
Mixture models which cluster skewed random matrices can often suffer from over-parameterization in the absence of performing dimension reduction. Even with the use of bilinear factor analyzers, further parameter reduction can be achieved by constraining parameters over clusters. In this manuscript propose a parsimonious family of 256 models for mixtures of skewed matrix variate bilinear factor analyzers, specifically in the case of the skew t distribution. An AECM algorithm for parameter estimation is discussed in detail. Further, extensive simulations are performed, and the method is considered in the case of the MNIST dataset and the Olivetti faces dataset.
Figures
Reference graph
Works this paper leans on
-
[1]
and Stiefel, Eduard , title =
Hestenes, Magnus R. and Stiefel, Eduard , title =. Journal of Research of the National Bureau of Standards , year =
-
[2]
and Demmel, James and Donato, June and Dongarra, Jack and Eijkhout, Victor and Pozo, Roldan and Romine, Charles and van der Vorst, Henk , title =
Barrett, Richard and Berry, Michael and Chan, Tony F. and Demmel, James and Donato, June and Dongarra, Jack and Eijkhout, Victor and Pozo, Roldan and Romine, Charles and van der Vorst, Henk , title =. 1994 , doi =
1994
-
[3]
and Franczak, B
Tortora, C. and Franczak, B. C. and Browne, R. P. and McNicholas, P. D. , title =. Journal of Classification , year =
-
[4]
Flexible clustering of high-dimensional data via mixtures of joint generalized hyperbolic distributions , journal =
Tang, Y and Browne, R P and McNicholas, P D , year =. Flexible clustering of high-dimensional data via mixtures of joint generalized hyperbolic distributions , journal =
-
[5]
Murray, P. M. and Browne, R. B. and McNicholas, P. D. , Title =. Journal of Multivariate Analysis , Pages =. 2017 , Volume =
2017
-
[6]
Murray, P. M. and Browne, R. B. and McNicholas, P. D. , Title =. Econometrics and Statistics , Pages =. 2017 , Volume =
2017
-
[7]
and McLachlan, G
Lin, T. and McLachlan, G. J. and Lee, S. X. , year =. Extending mixtures of factor models using the restricted multivariate skew-normal distribution , journal =
-
[8]
Advances in Data Analysis and Classification , volume=
A mixture of generalized hyperbolic factor analyzers , author=. Advances in Data Analysis and Classification , volume=
Show all 300 references
-
[9]
Finite mixtures of matrix normal distributions for classifying three-way data , Volume =
Viroli, Cinzia , Journal =. Finite mixtures of matrix normal distributions for classifying three-way data , Volume =
-
[10]
and McNicholas, Paul D
McNicholas, Sharon M. and McNicholas, Paul D. and Browne, Ryan P. A Mixture of Variance-Gamma Factor Analyzers. Big and Complex Data Analysis: Methodologies and Applications. 2017
2017
-
[11]
Statistics , volume=
On the matrix-variate generalized hyperbolic distribution and its Bayesian applications , author=. Statistics , volume=. 2004 , publisher=
2004
-
[12]
2013 , note =
RnavGraphImageData: Some image data used in the RnavGraph package demos , author =. 2013 , note =
2013
-
[13]
Proceedings of the IEEE , volume=
Gradient-based learning applied to document recognition , author=. Proceedings of the IEEE , volume=. 1998 , publisher=
1998
-
[14]
Pattern Recognition , volume=
Finite mixtures of skewed matrix variate distributions , author=. Pattern Recognition , volume=. 2018 , publisher=
2018
-
[15]
On model-based clustering of skewed matrix data , volume =
Melnykov, Volodymyr and Zhu, Xuwen , year =. On model-based clustering of skewed matrix data , volume =
-
[16]
Proceedings of the Joint Statistical Meetings , venue =
Mixtures of Matrix Variate Bilinear Factor Analyzers , author =. Proceedings of the Joint Statistical Meetings , venue =. 2018 , publisher =
2018
-
[17]
IEEE Transactions on Neural Networks , volume=
Matrix-variate factor analysis and its applications , author=. IEEE Transactions on Neural Networks , volume=. 2008 , publisher=
2008
-
[18]
IEEE Transactions on Neural Networks and Learning Systems , volume=
Bilinear probabilistic principal component analysis , author=. IEEE Transactions on Neural Networks and Learning Systems , volume=. 2012 , publisher=
2012
-
[19]
Probabilistic interpretations and extensions for a family of
Yu, Shipeng and Bi, Jinbo and Ye, Jieping , booktitle=. Probabilistic interpretations and extensions for a family of
-
[20]
and McNicholas, Paul D
McNicholas, Sharon M. and McNicholas, Paul D. and Browne, Ryan P. , title =. Big and Complex Data Analysis, Contributions to Statistics , publisher =. 2017 , pages =
2017
-
[21]
Stat , volume=
A matrix variate skew-t distribution , author=. Stat , volume=. 2017 , publisher=
2017
-
[22]
Michael P. B. Gallaugher and Paul D. McNicholas , Title =. 2019 , journal =
2019
-
[23]
Gallaugher, Michael P. B. and McNicholas, Paul D. , title =. Advances in Data Analysis and Classification , volume =. 2020 , doi =
2020
-
[24]
Michael P. B. Gallaugher and Paul D. McNicholas , title =. Advanced Studies in Behaviormetrics and Data Science , series =. 2020 , doi =
2020
-
[25]
, title=
Melnykov, V. , title=. 2016 , journal=
2016
-
[26]
The Annals of Applied Statistics , volume=
Covariance pattern mixture models for the analysis of multivariate heterogeneous longitudinal data , author=. The Annals of Applied Statistics , volume=. 2015 , publisher=
2015
-
[27]
1999 , publisher=
Matrix variate distributions , author=. 1999 , publisher=
1999
-
[28]
Journal of statistical computation and simulation , volume=
The MLE algorithm for the matrix normal distribution , author=. Journal of statistical computation and simulation , volume=. 1999 , publisher=
1999
-
[29]
Statistics , volume=
On matrix variate skew-normal distributions , author=. Statistics , volume=. 2008 , publisher=
2008
-
[30]
Annals of Mathematical Statistics , volume=
Estimating The Infinitesimal Generator of a Finite State Continuous-Time Markov Process , author=. Annals of Mathematical Statistics , volume=
-
[31]
Proceedings of the web mining workshop at the 1st SIAM conference on data mining , volume=
Clickstream clustering using weighted longest common subsequences , author=. Proceedings of the web mining workshop at the 1st SIAM conference on data mining , volume=. 2001 , organization=
2001
-
[32]
2000 , publisher=
Concept-based clustering of clickstream data , author=. 2000 , publisher=
2000
-
[33]
Data Mining and Knowledge Discovery , volume=
Model-based clustering and visualization of navigation patterns on a web site , author=. Data Mining and Knowledge Discovery , volume=. 2003 , publisher=
2003
-
[34]
Marketing Science , volume=
Modeling online browsing and path analysis using clickstream data , author=. Marketing Science , volume=. 2004 , publisher=
2004
-
[35]
Visual Analytics Science and Technology (VAST), 2012 IEEE Conference on , pages=
Visual cluster exploration of web clickstream data , author=. Visual Analytics Science and Technology (VAST), 2012 IEEE Conference on , pages=. 2012 , organization=
2012
-
[36]
Proceedings of the 29th international conference on Very large data bases-Volume 29 , pages=
A framework for clustering evolving data streams , author=. Proceedings of the 29th international conference on Very large data bases-Volume 29 , pages=. 2003 , organization=
2003
-
[37]
, year =
Akaike, H. , year =. A new look at the statistical model identification , journal =
-
[38]
Decision boundaries for mixtures of regressions , Year =
Ingrassia, Salvatore and Punzo, Antonio , Journal =. Decision boundaries for mixtures of regressions , Year =
-
[39]
Advances in Statistical Models for Data Analysis , series =
Punzo, Antonio and Ingrassia, Salvatore , title =. Advances in Statistical Models for Data Analysis , series =
-
[40]
McNicholas, P. D. , title =. Statistical Models for Data Analysis , series =
-
[41]
Variational B ayesian inference for infinite generalized inverted D irichlet mixtures with feature selection and its application to clustering
Bdiri, Taoufik and Bouguila, Nizar and Ziou, Djemel. Variational B ayesian inference for infinite generalized inverted D irichlet mixtures with feature selection and its application to clustering. Applied Intelligence. 2016
2016
-
[42]
Journal of Computational and Graphical Statistics , volume =
Sonia Jain and Radford M Neal , title =. Journal of Computational and Graphical Statistics , volume =
-
[43]
Brusco , title =
Emilie Shireman and Douglas Steinley and Michael J. Brusco , title =. Behavior Research Methods , Year =
-
[44]
Rao, C. R. , title =. 1952 , address =
1952
-
[45]
, title =
Pearson, K. , title =. Philosophical Transactions of the Royal Society, Part A , Volume =
-
[46]
and Gormley, I
McParland, D. and Gormley, I. C. and McCormick, T. H. and Clark, S. J. and Kabudula, C. W. and Collinson, M. A. , Journal =. CLUSTERING SOUTH AFRICAN HOUSEHOLDS BASED ON THEIR ASSET STATUS USING LATENT VARIABLE MODELS , Volume =
-
[47]
Coretto and C
P. Coretto and C. Hennig , note =. Robust improper maximum likelihood: tuning, computation, and a comparison with other methods for robust
-
[48]
, Journal =
Viroli, C. , Journal =. Dimensionally Reduced Model-Based Clustering Through Mixtures of Factor Mixture Analyzers , Volume =
-
[49]
, Journal =
Baudry, J.-P. , Journal =. Estimation and model selection for model-based clustering with the conditional classification likelihood , Volume =
-
[50]
What are the true clusters? , Volume =
Hennig, C , Journal =. What are the true clusters? , Volume =
-
[51]
McQuitty, L. L. , Journal =. Agreement analysis: A method of classifying subjects according to their patterns of responses , Volume =
-
[52]
, Title =
Stephensen, W. , Title =. 1953 , address =
1953
-
[53]
Catell, R. B. , Journal =
-
[54]
Tryon, R. C. , year =. Identification of social areas by cluster analysis , booktitle =
-
[55]
and Biernacki, C
Marbac, M. and Biernacki, C. and Vandewalle, V. , title =. 2015 , note =
2015
-
[56]
Greselin and Salvatore Ingrassia , Journal =
F. Greselin and Salvatore Ingrassia , Journal =. Constrained monotone
-
[57]
and Papla, D
Jajuga, K. and Papla, D. , title =. 2006 , booktitle =
2006
-
[58]
Di Lascio, F. M. L. and Giannerini, S. , year =. A copula-based algorithm for discovering patterns of dependent observations , journal =
-
[59]
Montanari and C
A. Montanari and C. Viroli , year =. Maximum likelihood estimation of Mixture of Factor Analyzers , journal =
-
[60]
Montanari and C
A. Montanari and C. Viroli , year =. Heteroscedastic Factor Mixture Analysis , journal =
-
[61]
Vrac, M. and L. Billard and E. Diday and A. Chedin , year =. Copula analysis of mixture models , journal =
-
[62]
Kosmidis, I. and D. Karlis , year =. Model-based clustering using copulas with applications , note =
-
[63]
Montanari and C
A. Montanari and C. Viroli , year =. A skew-normal factor model for the analysis of student satisfaction towards university courses , journal =
-
[64]
Galimberti and A
G. Galimberti and A. Montanari and C. Viroli , year =. Penalized Factor Mixture Analysis for Variable Selection in Clustered Data , journal =
-
[65]
McNicholas, P. D. , title =. 2016 , publisher =
2016
-
[66]
McNicholas, P. D. , title =. 2016 , journal =
2016
-
[67]
1981 , publisher=
Finite Mixture Distributions , author=. 1981 , publisher=
1981
-
[68]
Aitken, A. C. , Title =. Proceedings of the Royal Society of Edinburgh , Volume =
-
[69]
and Brusco, M
Steinley, D. and Brusco, M. J. , year =. Selection of variables in cluster analysis: An empirical comparison of eight procedures , journal =
-
[70]
and McNicholas, P
Vrbik, I. and McNicholas, P. D. , year =. Fractionally-supervised classification , journal =
-
[71]
Calibration of Multivariate Generalized Hyperbolic Distributions Using the
Hu, Wenbo , year=. Calibration of Multivariate Generalized Hyperbolic Distributions Using the
-
[72]
, TITLE =
Celeux, Gilles and Martin-Magniette, Marie-Laure and Maugis-Rabusseau, Cathy and Raftery, Adrian E. , TITLE =. Journal de la Soc\' et\'e Fran caise de Statistique , VOLUME =. 2014 , NUMBER =
2014
-
[73]
and Sedki, M
Marbac, M. and Sedki, M. , title =. 2015 , note =
2015
-
[74]
Biernacki and G
C. Biernacki and G. Celeux and G. Govaert , year =. Choosing Starting Values for the. Computational Statistics and Data Analysis , volume =
-
[75]
International Statistical Review , volume =
The t Copula and Related Copulas , author =. International Statistical Review , volume =. 2005 , pages =
2005
-
[76]
and Sha, Naijun and Vannucci, Marina , TITLE =
Tadesse, Mahlet G. and Sha, Naijun and Vannucci, Marina , TITLE =. Journal of the American Statistical Association , VOLUME =. 2005 , NUMBER =
2005
-
[77]
IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=
Simultaneous feature selection and clustering using mixture models , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=
-
[78]
2016 , journal =
Hypothesis testing for mixture model selection , author =. 2016 , journal =
2016
-
[79]
2015 , volume=
Robust Cluster Analysis and Variable Selection , author=. 2015 , volume=
2015
-
[80]
2015 , note =
ContaminatedMixt: Model-Based Clustering and Classification with the Multivariate Contaminated Normal Distribution , author =. 2015 , note =
2015
-
[81]
Some methods for classification and analysis of multivariate observations
MacQueen, J. Some methods for classification and analysis of multivariate observations. Proceedings of the Fifth Berkeley Symposium on Mathematical Statistics and Probability, Volume 1: Statistics. 1967
1967
-
[82]
, year =
Steinley, D. , year =. K-means clustering: A half-century synthesis , journal =
-
[83]
Fabrigar and Duane T
Leandre R. Fabrigar and Duane T. Wegener and Robert C. MacCallum and Erin J. Strahan , journal =. 1999 , volume =
1999
-
[84]
Horn, J. L. , year =. A rationale and technique for estimating the number of factors in factor analysis , journal =
-
[85]
Humphreys, L. G. and Ilgen, D. R. , year =. Note on a criterion for the number of common factors , journal =
-
[86]
Humphreys, L. G. and Montanelli, Jr., R. G. , year =. An investigation of the parallel analysis criterion for determining the number of common factors , journal =
-
[87]
G and Humphreys, L
Montanelli, Jr., R. G and Humphreys, L. G. , year =. Latent roots of random data correlation matrices with squared multiple correlations on the diagonal: A. Psychometrika , volume =
-
[88]
Zhou, H. and K. L. Lange , year =. On the bumpy road to the dominant mode , journal =
-
[89]
Advances in Neural Information Processing Systems , volume =
Hagai Attias , title =. Advances in Neural Information Processing Systems , volume =. 2000 , pages =
2000
-
[90]
Tipping, M. E. , year =. Probabilistic visualization of high-dimensional binary data , journal =
-
[91]
Jaakkola, T. S. and M. I. Jordan , year =. Bayesian parameter estimation via variational methods , journal =
-
[92]
and Viroli, C
Cagnone, S. and Viroli, C. , year =. A factor mixture analysis model for multivariate binary data , journal =
-
[93]
Multilevel mixture item response theory models: an application in education testing , booktitle =
Vermunt, J K , year =. Multilevel mixture item response theory models: an application in education testing , booktitle =
-
[94]
Item response mixture modeling: Application to tobacco dependence criteria , journal =
Muthen, B and Asparouhov, T , year =. Item response mixture modeling: Application to tobacco dependence criteria , journal =
-
[95]
Mixture of latent trait analyzers for model-based clustering of categorical data , journal =
Gollini, I and Murphy, T B , year =. Mixture of latent trait analyzers for model-based clustering of categorical data , journal =
-
[96]
, year =
Goodman, L. , year =. Exploratory latent structure analysis using both identifiable and unidentifiable models , journal =
-
[97]
Celeux, G. and G. Govaert , year =. Clustering criteria for discrete data and latent class models , journal =
-
[98]
Biernacki, C. and G. Celeux and G. Govaert , year =. Exact and. Journal of Statistical Planning and Inference , volume =
-
[99]
Vermunt, J. K. , year =. Multilevel latent class models , journal =
-
[100]
Marbac, M. and C. Biernacki and V. Vandewalle , year =. Finite mixture model of conditional dependencies modes to cluster categorical data , note =
-
[101]
M. Lichman. UCI Machine Learning Repository. 2013
2013
-
[102]
Churchill by Himself: The Definitive Collection of Quotations , year =
-
[103]
Campbell, J. G. and Fraley, C. and Murtagh, F. and Raftery, A. E. Linear flaw detection in woven textiles using model-based clustering. Pattern Recognition Letters. 1997
1997
-
[104]
and Murphy, T
O'Hagan, A. and Murphy, T. B. and Gormley, I. C. and McNicholas, P. D. and Karlis, D. , year =. Clustering with the multivariate normal inverse. Computational Statistics and Data Analysis , volume =
-
[105]
and Browne, R
Tang, Y. and Browne, R. P. and McNicholas, P. D. , year =. Model-based clustering of high-dimensional binary data , journal =
-
[106]
Bioinformatics , year =
Andrea Rau and Cathy Maugis-Rabusseau and Marie-Laure Martin-Magniette and Gilles Celeux , title =. Bioinformatics , year =
-
[107]
2008 , author =
Model-based clustering for longitudinal data , journal =. 2008 , author =
2008
-
[108]
, year =
Melnykov, V. , year =. Model-Based Biclustering of Clickstream Data , journal =
-
[109]
Steele, R. J. and Raftery, A. E. , year =. Performance of. Frontiers of Statistical Decision Making and Bayesian Analysis , volume =
-
[110]
Psychological Methods , year =
Evaluating Mixture Modeling for Clustering: Recommendations and Cautions , author =. Psychological Methods , year =
-
[111]
Psychological Methods , year =
-
[112]
Cluster Analysis , publisher =
B S Everitt and S Landau and M Leese and D Stahl , year =. Cluster Analysis , publisher =
-
[113]
and Subedi, S
Humbert, S. and Subedi, S. and Cohn, J. and Zeng, B. and Bi, Y.-M. and Chen, X. and Zhu, T. and McNicholas, P. D. and Rothstein, S. J. , year =. Genome-wide expression profiling of maize in response to individual and combined water and nitrogen stresses , journal =
-
[114]
and McLachlan, G
Lee, S. and McLachlan, G. J. , year =. Finite mixtures of multivariate skew t-distributions: some recent and new results , journal =
-
[115]
Sahu and D
K. Sahu and D. K. Dey and M. D. Branco , Journal =. A new class of multivariate skew distributions with applications to
-
[116]
Pyne and X
S. Pyne and X. Hu and K. Wang and E. Rossin and T.-I. Lin and L. M. Maier and C. Baecher-Allan and G. J. McLachlan and P. Tamayo and D. A. Hafler and P. L. De Jager and J.P Mesirow , Journal =. Automated high-dimensional flow cytometric data analysis , Volume =
-
[117]
M. D. Branco and D. K. Dey , Journal =. A general class of multivariate skew-elliptical distributions , Volume =
-
[118]
The Skew-Normal and Related Families , Year =
Adelchi Azzalini and Antonella Capitanio , Publisher =. The Skew-Normal and Related Families , Year =
-
[119]
Azzalini and A
A. Azzalini and A. Dalla Valle , Journal =. The multivariate skew-normal distribution , Volume =
-
[120]
Azzalini and A
A. Azzalini and A. Capitanio , Journal =. Statistical applications of the multivariate skew normal distribution , Volume =
-
[121]
Azzalini and A
A. Azzalini and A. Capitanio , Journal =. Distributions generated by perturbation of symmetry with emphasis on a multivariate skew t distribution , Volume =
-
[122]
1999 , author=
Molecular classification of cancer: Class discovery and class prediction by gene expression monitoring , journal=. 1999 , author=
1999
-
[123]
Hunter, D. R. and Lange, K. , year =. Quantile regression via an. Journal of Computational and Graphical Statistics , volume =
-
[124]
Boik, Robert. J. , year =. Spectral Models for Covariance Matrices , journal =
-
[125]
Flury, B. W. and Gautschi, W. , year =. An algorithm for simultaneous orthogonal transformation of several positive definite symmetric matrices to nearly diagonal form , journal =
-
[126]
Lefkomtch, L. P. , year =. Consensus Principal Components , journal =
-
[127]
and McNicholas, P
Subedi, S. and McNicholas, P. D. , Journal =. Variational
-
[128]
, year =
Schott, J.R. , year =. Estimating correlation matrices that have common eigenvectors , journal =
-
[129]
Spiegelhalter, D. J. and Best, N. G. and Carlin, B. P. and Van der Linde, A. , Title =. Journal of the Royal Statistical Society: Series B , Volume =
-
[130]
and Ghahramani, Z
Ueda, N. and Ghahramani, Z. , title =. Neural Networks , volume =
-
[131]
and Hurn, M
Celeux, G. and Hurn, M. and Robert, C. P. , TITLE=. Journal of the American Statistical Association , VOLUME=
-
[132]
Variational Algorithms for Approximate
Beal, Matthew James , year=. Variational Algorithms for Approximate
-
[133]
McGrory, C. A. and Titterington, D. M. , title =. Australian and New Zealand Journal of Statistics , volume =
-
[134]
McGrory, C. A. and Titterington, D. M. and Pettitt, A. N. , title =. Computational Statistics and Data Analysis , volume =
-
[135]
and Holmes, C
Jasra, A. and Holmes, C. C. and Stephens, D. A. , year =. Markov Chain. Journal of the Royal Statistical Society: Series B , volume =
-
[136]
and Robert, C.P
Diebolt, J. and Robert, C.P. , Journal =. Estimation of finite mixture distributions through. 1994 , Volume =
1994
-
[137]
and Mengersen, K
Casella, G. and Mengersen, K. L. and Robert, C. P. and Titterington, D. M. , title =. Journal of the Royal Statistical Society: Series B , volume =
-
[138]
, Title =
Stephens, M. , Title =
-
[139]
Jordan, M. I. and Ghahramani, Z. and Jaakkola, T. S. and Saul, L. K. , title =. 1999 , journal =
1999
-
[140]
and Wang, Y
Teschendorff, A. and Wang, Y. and Barbosa-Morais, N. Brenton,J. and Caldas, C. A variational. Bioinformatics , Volume =
-
[141]
Journal of Computational and Graphical Statistics , year=
Clustering Based on a Multi-layer Mixture Model , author=. Journal of Computational and Graphical Statistics , year=
-
[142]
2016 , journal =
On nomenclature for, and the relative merits of, two formulations of skew distributions , author =. 2016 , journal =
2016
-
[143]
McNicholas , year =
Sanjeena Subedi and Paul D. McNicholas , year =. A Variational Approximations-
-
[144]
McNicholas , year =
Antonio Punzo and Paul D. McNicholas , year =. Robust High-Dimensional Modeling with the Contaminated
-
[145]
McNicholas , year =
Antonio Punzo and Paul D. McNicholas , year =. Robust Clustering in Regression Analysis via the Contaminated
-
[146]
2014 , note =
Robust Asymmetric Clustering , author =. 2014 , note =
2014
-
[147]
2015 , note =
Clustering bivariate mixed-type data via the cluster-weighted model , author =. 2015 , note =
2015
-
[148]
McNicholas , year =
Antonio Punzo and Paul D. McNicholas , year =. Parsimonious mixtures of contaminated
-
[149]
Heinrich Fritz and Luis A. Garc\'. Journal of Statistical Software , year =
-
[150]
The Annals of Statistics , volume =
A General Trimming Approach to Robust Cluster Analysis , author =. The Annals of Statistics , volume =
-
[151]
The Annals of Statistics , volume =
A constrained formulation of maximum likelihood estimation for normal mixture distributions , author =. The Annals of Statistics , volume =
-
[152]
, year =
Kharin, Y. , year =. Robustness in Statistical Pattern Recognition , publisher =
-
[153]
Huber, P. J. , year =. Robust estimation of a location parameter , journal =
-
[154]
Huber, P. J. , year =. Robust Statistics , publisher =
-
[155]
The Annals of Statistics , volume=
Breakdown points for maximum likelihood estimators of location-scale mixtures , author=. The Annals of Statistics , volume=
-
[156]
and Vesin, J
Schroeter, P. and Vesin, J. and Langenberger, T. and Meuli, R. , title=. IEEE Transactions on Medical Imaging , year=
-
[157]
Biometrics , volume =
Markatou, Marianthi , title =. Biometrics , volume =
-
[158]
Statistics and Probability Letters , volume=
Robust estimation of a normal mixture , author=. Statistics and Probability Letters , volume=
-
[159]
Mathematical Geology , volume=
Mixture models and atypical values , author=. Mathematical Geology , volume=
-
[160]
Mixture models, outliers, and the
Aitkin, Murray and Wilson, Granville Tunnicliffe , journal=. Mixture models, outliers, and the
-
[161]
Czerniak and H
J. Czerniak and H. Zarzycki , title =. 2003 , booktitle =
2003
-
[162]
Journal of the Royal Statistical Society: Series A , volume =
Statistical Modelling of Data on Teaching Styles , author =. Journal of the Royal Statistical Society: Series A , volume =
-
[163]
Marriott, F. H. C. , year =. The Interpretation of Multiple Observations , publisher =
-
[164]
Hadley Wickham , title =
-
[165]
and Asuncion, A
Frank, A. and Asuncion, A. , year =
-
[166]
Covariance pattern mixture models for multivariate longitudinal data , journal =
Laura Anderlucci and Cinzia Viroli , year =. Covariance pattern mixture models for multivariate longitudinal data , journal =
-
[167]
and Celeux, G
Bouveyron, C. and Celeux, G. and Girard, S. , year =. Intrinsic dimension estimation by maximum likelihood in isotropic probabilistic. Pattern Recognition Letters , volume =
-
[168]
2014 , month =
Mixtures of Multiple Scaled Generalized Hyperbolic Distributions , author =. 2014 , month =
2014
-
[169]
and McNicholas, P
Morris, K. and McNicholas, P. D. , title =. Computational Statistics and Data Analysis , volume =
-
[170]
and McNicholas, P
Morris, K. and McNicholas, P. D. and Scrucca, L. , Title =. Advances in Data Analysis and Classification , Pages =
-
[171]
and McNicholas, P
Morris, K. and McNicholas, P. D. , Title =. Statistics and Probability Letters , Pages =
-
[172]
, year =
Scrucca, L. , year =. Graphical tools for model-based mixture discriminant analysis , journal =
-
[173]
Model-based cluster and discriminant analysis with the
Biernacki, Christophe and Celeux, Gilles and Govaert, G. Model-based cluster and discriminant analysis with the. Computational Statistics and Data Analysis , volume =. 2006 , pages =
2006
-
[174]
Li, K. C. , title =. Journal of the American Statistical Association , pages =
-
[175]
Li, K. C. , title =. 2000 , note =
2000
-
[176]
, year =
Maugis, C. , year =. The selvarclust software , note =
-
[177]
2014 , journal =
Model-based clustering of high-dimensional data: A review , author =. 2014 , journal =
2014
-
[178]
Thorndike, R. L. , year =. Who belongs in the family? , journal =
-
[179]
Sanford Weisberg , Note =
-
[180]
Applied Linear Regression , edition =
Sanford Weisberg , year =. Applied Linear Regression , edition =
-
[181]
and Celeux, G
Bensmail, H. and Celeux, G. , TITLE =. Journal of the American Statistical Association , YEAR =
-
[182]
Altman, E. I. , year =. Financial ratios, discriminant analysis and the prediction of corporate bankruptcy , journal =
-
[183]
and Forbes, F
Wraith, D. and Forbes, F. , Note =. Clustering using skewed multivariate heavy tailed distributions with flexible tail behaviour , Year =
-
[184]
Franczak and Cristina Tortora and Ryan P
Brian C. Franczak and Cristina Tortora and Ryan P. Browne and Paul D. McNicholas , Journal =. Unsupervised learning via mixtures of skewed distributions with hypercube contours , Volume =
-
[185]
Normal scale mixtures and dual probability densities , Volume =
Gneiting, Tilmann , Journal =. Normal scale mixtures and dual probability densities , Volume =
-
[186]
A new family of multivariate heavy-tailed distributions with variable marginal amounts of tailweights: Application to robust clustering , Volume =
Forbes, Florence and Wraith, Darren , Journal =. A new family of multivariate heavy-tailed distributions with variable marginal amounts of tailweights: Application to robust clustering , Volume =
-
[187]
Barndorff-Nielsen and J
O. Barndorff-Nielsen and J. Kent and M. S. Normal Variance-Mean Mixtures and z Distributions , Volume =. International Statistical Review , Number =
-
[188]
and van de Rijn, Matt and Botstein, David and Brown, Patrick O
Chen, Xin and Cheung, Siu Tim and So, Samuel and Fan, Sheung Tat and Barry, Christopher and Higgins, John and Lai, Kin-Man and Ji, Jiafu and Dudoit, Sandrine and Ng, Irene O.L. and van de Rijn, Matt and Botstein, David and Brown, Patrick O. , Journal =. Gene Expression Pattern...
-
[189]
Multivariate t Distributions and Their Applications , Year =
Kotz, Samuel and Nadarajah, Saralees , Date-Added =. Multivariate t Distributions and Their Applications , Year =
-
[190]
and Kanehisa, M
Nakai, K. and Kanehisa, M. , Journal =. Expert System for Predicting Protein Localization Sites in Gram-Negative Bacteria , Volume =
-
[191]
and Kanehisa, M
Nakai, K. and Kanehisa, M. , Journal =. A knowledge base for predicting protein localization sites in eukaryotic cells , Volume =
-
[192]
M. M. Ali and J. Woo and S. Nadarajah , Journal =. Some skew symmetric inverse reflected distributions , Volume =
-
[193]
2015 , note =
MixGHD: Model Based Clustering, Classification and Discriminant Analysis Using the Mixture of Generalized Hyperbolic Distributions , author =. 2015 , note =
2015
-
[194]
Tortora and P
C. Tortora and P. D. McNicholas and R. P. Browne , Journal =. A Mixture of Generalized Hyperbolic Factor Analyzers , Year =
-
[195]
A Mixture of Coalesced Generalized Hyperbolic Distributions , Author =
-
[196]
1951 , address =
Science: Sense and Nonsense , author =. 1951 , address =
1951
-
[197]
2012 , note =
Flury: Data Sets from Flury, 1997 , author =. 2012 , note =
1997
-
[198]
Modern Applied Statistics with S , author =
-
[199]
G. M. Reaven and R. G. Miller , journal =. An attempt to define the nature of chemical diabetes using a multidimensional analysis , volume =
-
[200]
and Peterson, L
Heinz, G. and Peterson, L. J. and Johnson, R. W. and Kerk, C. J. , year =. Exploring Relationships in Body Dimensions , journal =
-
[201]
Browne, R. P. and McNicholas, P. D. , year =. Orthogonal. Statistics and Computing , volume =
-
[202]
Fowlkes, E. B. and Mallows, C. L. , year =. A method for comparing two hierarchical clusterings , journal =
-
[203]
and Brennan, T
Downton, M. and Brennan, T. , year =. Comparing classifications: An evaluation of several coefficients of partition agreement. , note =
-
[204]
Hubert, L. J. , year =. Nominal Scale Response Agreement as a Generalized Correlation , journal =
-
[205]
and Boorman, S
Arabie, P. and Boorman, S. A , year =. Multidimensional Scaling of Measures of Distance Between Partitions , journal =
-
[206]
Mirkin, B. G. and Chernyi, L. B. , year =. Measurement of the Distance Between Distinct Partitions of a Finite Set of Objects , journal =
-
[207]
and Agresti, A
Morey, L. and Agresti, A. , year =. The measurement of classification agreement: An adjustment to the. Educational and Psychological Measurement , volume =
-
[208]
and Van Den Berg, Robert A
Van Deun, Katrijn and Wilderjans, Torn F. and Van Den Berg, Robert A. and Antoniadis, Anestis and Van Mechelen, I. , Journal =. A flexible framework for sparse simultaneous component based data integration , Year =
-
[209]
and Hunter, D
Lange, K. and Hunter, D. R. and Yang, I. , Journal =. Optimization transfer using surrogate objective functions , Year =
-
[210]
, editor=
De Leeuw, J. , editor=. Information Systems and Data Analysis , Pages =. Block Relaxation Algorithms in Statistics , Year =
-
[211]
Heiser, W. J. , editor =. Convergent Computation by Iterative Majorization: Theory and Applications in Multidimensional Data Analysis , title =. 1995 , address =
1995
-
[212]
Journal of the American Statistical Association , VOLUME =
Fan, Jianqing and Li, Runze , TITLE =. Journal of the American Statistical Association , VOLUME =. 2001 , PAGES =
2001
-
[213]
and McNicholas, P
Bhattacharya, S. and McNicholas, P. D. , Title =
-
[214]
and McNicholas, P
Bhattacharya, S. and McNicholas, P. D. , Journal =. A
-
[215]
Proceedings of the National Academy of Sciences of the United States of America , volume =
Broad Patterns of Gene Expression Revealed by Clustering Analysis of Tumor and Normal Colon Tissues Probed by Oligonucleotide Arrays , author =. Proceedings of the National Academy of Sciences of the United States of America , volume =. 1999 , publisher =
1999
-
[216]
McLachlan, G. J. and Bean, R. W. and Peel, D. A mixture model-based approach to the clustering of microarray expression data , Journal =
-
[217]
Proceedings of the National Academy of Sciences of the United States of America , volume =
Coupled Two-Way Clustering Analysis of Gene Microarray Data , author =. Proceedings of the National Academy of Sciences of the United States of America , volume =
-
[218]
David Meyer and Evgenia Dimitriadou and Kurt Hornik and Andreas Weingessel and Friedrich Leisch , year =
-
[219]
Journal of the American Statistical Association , volume=
A framework for feature selection in clustering , author=. Journal of the American Statistical Association , volume=
-
[220]
Witten and Robert Tibshirani , year =
Daniela M. Witten and Robert Tibshirani , year =
-
[221]
2012 , volume =
Laurent Berg\'e and Charles Bouveyron and St\'ephane Girard , journal =. 2012 , volume =
2012
-
[222]
Laurent Berg\'e and Charles Bouveyron and St\'ephane Girard , year =
-
[223]
Andrews and Jaymeson R
Jeffrey L. Andrews and Jaymeson R. Wickins and Nicholas M. Boers and Paul D. McNicholas , year =
-
[224]
Andrews and Paul D
Jeffrey L. Andrews and Paul D. McNicholas , year =
-
[225]
Mixtures of Multivariate Power Exponential Distributions , journal =
U J Dang and R P Browne and P D McNicholas , year =. Mixtures of Multivariate Power Exponential Distributions , journal =
-
[226]
Variable selection for clustering and classification , journal =
J L Andrews and P D McNicholas , year =. Variable selection for clustering and classification , journal =
-
[227]
North American Actuarial Journal , volume=
Tail conditional expectations for elliptical distributions , author=. North American Actuarial Journal , volume=
-
[228]
1980 , publisher=
Multivariate Analysis , author=. 1980 , publisher=
1980
-
[229]
2008 , publisher=
Optimization Algorithms on Matrix Manifolds , author=. 2008 , publisher=
2008
-
[230]
Multivariate exponential power distributions as mixtures of normal distributions with
G. Multivariate exponential power distributions as mixtures of normal distributions with. Communications in Statistics -- Theory and Methods , volume=
-
[231]
Multivariate Generalized
Zhang, Teng and Wiesel, Ami and Grec, Maria Sabrina , journal=. Multivariate Generalized. 2013 , month=
2013
-
[232]
IEEE Transactions on Signal Processing , title=
Pascal, Fr. IEEE Transactions on Signal Processing , title=. 2013 , volume=
2013
-
[233]
Biometrics , volume =
Zhang, Jian and Liang, Faming , title =. Biometrics , volume =
-
[234]
Multiscale colour texture retrieval using the geodesic distance between multivariate generalized
Verdoolaege, Geert and De Backer, Steve and Scheunders, Paul , booktitle=. Multiscale colour texture retrieval using the geodesic distance between multivariate generalized
-
[235]
Signal Processing: Image Communication , volume=
Multivariate statistical modeling for image denoising using wavelet transforms , author=. Signal Processing: Image Communication , volume=
-
[236]
Performance of the maximum likelihood estimators for the parameters of multivariate generalized
Bombrun, Lionel and Pascal, Fr. Performance of the maximum likelihood estimators for the parameters of multivariate generalized. 2012 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) , pages=. 2012 , organization=
2012
-
[237]
Biometrics , volume=
Multivariate elliptically contoured distributions for repeated measurements , author=. Biometrics , volume=
-
[238]
Communications in Statistics -- Theory and Methods , volume=
A multivariate generalization of the power exponential family of distributions , author=. Communications in Statistics -- Theory and Methods , volume=
-
[239]
Hyperbolic distributions and distributions on hyperbolae , Year =
Barndorff-Nielsen, O , Journal =. Hyperbolic distributions and distributions on hyperbolae , Year =
-
[240]
Journal of the American Statistical Association , volume =
Hjort, Nils Lid and Claeskens, Gerda , title =. Journal of the American Statistical Association , volume =
-
[241]
Setting up alternating least squares and iterative majorization algorithms for solving various matrix optimization problems , Volume =
Kiers, Henk A L , Journal =. Setting up alternating least squares and iterative majorization algorithms for solving various matrix optimization problems , Volume =
-
[242]
Browne and Paul D
Ryan P. Browne and Paul D. McNicholas , Note =
-
[243]
Multivariate scale mixture of
Eltoft, Torbj. Multivariate scale mixture of. Independent Component Analysis and Blind Signal Separation , Pages =
-
[244]
A new family of multivariate heavy-tailed distributions with variable marginal amounts of tailweights:
Forbes, Florence and Wraith, Darren , Journal =. A new family of multivariate heavy-tailed distributions with variable marginal amounts of tailweights:. 2014 , volume =
2014
-
[245]
Johnson, N. L. and Kotz, S. and Balakrishnan, N. , Publisher =. Continuous Univariate Distributions , Year =
-
[246]
, journal =
Madigan, David and Raftery, Adrian E. , journal =. Model Selection and Accounting for Model Uncertainty in Graphical Models Using
-
[247]
Hoeting and Adrian E
Jennifer A. Hoeting and Adrian E. Raftery and David Madigan , title =. 1999 , institution =
1999
-
[248]
and Madigan, David and Raftery, Adrian E
Hoeting, Jennifer A. and Madigan, David and Raftery, Adrian E. and Volinsky, Chris T. , journal =. Bayesian Model Averaging: A Tutorial , volume =
-
[249]
and McNicholas, P
Wei, Y. and McNicholas, P. D. , title =. Advances in Data Analysis and Classification , year =
-
[250]
, Journal =
Baricz, A. , Journal =. Turn type inequalities for some probability density functions , Volume =
-
[251]
and Kozubowski, T
Kotz, S. and Kozubowski, T. J. and Podgorski, K. , title =. 2001 , address =
2001
-
[252]
McNeil, A. J. and Frey, R. and Embrechts, P. , title =. 2005 , location =
2005
-
[253]
, year =
Barndorff-Nielsen, O. , year =. Hyperbolic distributions and distributions on hyperbolae , journal =
-
[254]
Fraley and A
C. Fraley and A. E. Raftery and T B Murphy and L Scrucca. mclust Version 4 for R : Normal Mixture Modeling for Model-Based Clustering, Classification, and Density Estimation. 2012
2012
-
[255]
McNicholas, P. D. and Browne, R. P. , year = 2013, title =. Journal of the Royal Statistical Society: Series C , volume =
2013
-
[256]
1978 , author =
Estimating the dimension of a model , journal =. 1978 , author =
1978
-
[257]
, year =
Steinley, D. , year =. Properties of the. Psychological Methods , volume =
-
[258]
Browne, R. P. and McNicholas, P. D. and Sparling, M. D. , Title =. IEEE Transactions on Pattern Analysis and Machine Intelligence , Year =
-
[259]
Browne, R. P. and McNicholas, P. D. , Title =. Journal of Statistical Planning and Inference , Year =
-
[260]
Cattell, R. B. , year =. Personality and Motivation Structure and Measurement , publisher =
-
[261]
Tryon, R. C. , year =. Cluster Analysis , subtitle =
-
[262]
Tiedeman, D. V. , year =. On the Study of Types , editor =. Symposium on Pattern Analysis , address =
-
[263]
McNicholas, S. M. and McNicholas, P. D. and Browne, R. P. , Note =
-
[264]
and McNicholas, P
Vrbik, I. and McNicholas, P. D. , Journal =. Parsimonious skew mixture models for model-based clustering and classification , Year =
-
[265]
Franczak, B. C. and Browne, R. P. and McNicholas, P. D. , Journal =. Mixtures of Shifted Asymmetric. 2014 , Volume =
2014
-
[266]
Murray, P. M. and McNicholas, P. D. and Browne, R. B. , Journal =. A mixture of common skew- t factor analyzers , Year =
-
[267]
Murray, P. M. and Browne, R. B. and McNicholas, P. D. , Year =. Mixtures of skew-t factor analyzers , journal =
-
[268]
Steane, M. A. and McNicholas, P. D. and Yada, R. , Journal =. Model-based classification via mixtures of multivariate t-factor analyzers , Volume =
-
[269]
and McNicholas, P
Lin, T.-I. and McNicholas, P. D. and Hsiu, J. H. , year =. Capturing patterns via parsimonious t mixture models , journal =
-
[270]
2013 , journal=
On mixtures of skew normal and skew t-distributions , author=. 2013 , journal=
2013
-
[271]
Statistical Methods and Applications , volume=
Model-based clustering and classification with non-normal mixture distributions , author=. Statistical Methods and Applications , volume=. 2013 , publisher=
2013
-
[272]
McLachlan and Sharon X
Tsung-I Lin and Geoffrey J. McLachlan and Sharon X. Lee , Title =. Journal of Multivariate Analysis , Pages =. 2016 , Volume =
2016
-
[273]
Murray, P. M. and Browne, R. B. and McNicholas, P. D. , Note =. Mixtures of `Unrestricted' Skew-t Factor Analyzers , Year =
-
[274]
Browne, R. P. and McNicholas, P. D. A mixture of generalized hyperbolic distributions. Canadian Journal of Statistics , volume=. 2015
2015
-
[275]
2006 , journal =
Aas, Kjersti and Haff, Ingrid Hob¾k , title =. 2006 , journal =
2006
-
[276]
Scallan, A. J. , journal =. Maximum Likelihood Estimation for a Normal/
-
[277]
Shi and Selesnick, I
F. Shi and Selesnick, I. W. , booktitle=. Multivariate Quasi-. 2006 , pages=
2006
-
[278]
and Davison, AC and Goldstein, D.R
Bhowmick, D. and Davison, AC and Goldstein, D.R. and Ruffieux, Y. , journal=. A. 2006 , publisher=
2006
-
[279]
and Stathaki, T
Mitianoudis, N. and Stathaki, T. , journal=. Overcomplete source separation using. 2005 , volume=
2005
-
[280]
Cord and C
A. Cord and C. Ambroise and J.-P. Cocquerez. Feature selection in robust clustering based on L aplace mixture. Pattern Recognition Letters. 2006
2006
-
[281]
and Kim, T
Eltoft, T. and Kim, T. and Lee, T. , Journal =. On the Multivariate
-
[282]
and Kozubowski, T
Kotz, S. and Kozubowski, T. J. and Podgorski, K. , Edition =. The Laplace Distribution and Generalizations: A Revisit with Applications to Communications, Economics, Engineering, and Finance , Year =
-
[283]
Statistical Properties of the Generalized Inverse Gaussian Distribution , Year =
J. Statistical Properties of the Generalized Inverse Gaussian Distribution , Year =
-
[284]
, Journal =
Halgreen, C. , Journal =. Self-decomposibility of the generalized inverse
-
[285]
The shape of the generalized inverse
Bl. The shape of the generalized inverse
-
[286]
, title =
Bolin, D. , title =. 2011 , note =
2011
-
[287]
Barndorff-Nielsen, O. E. , title =. Scandinavian Journal of Statistics , volume =
-
[288]
and Halgreen, C
Barndorff-Nielsen, O. and Halgreen, C. , Journal =. Infinite divisibility of the hyperbolic and generalized inverse
-
[289]
Vrbik and P
I. Vrbik and P. D. McNicholas , Journal =. Analytic calculations for the
-
[290]
, Journal =
Lin, T.-I. , Journal =. Maximum likelihood estimation for multivariate skew normal mixture models , Volume =
-
[291]
Lee and G
S. Lee and G. J. McLachlan , Note =. On the fitting of mixtures of multivariate skew t -distributions via the
-
[292]
and McLachlan, G
Baek, J. and McLachlan, G. J. , Journal =. Mixtures of common t-factor analyzers for clustering high-dimensional microarray data , Volume =
-
[293]
McNicholas, P. D. and Subedi, S. , year =. Clustering gene expression time course data using mixtures of multivariate t-distributions , journal =
-
[294]
Edwards, A. W. F. and Cavalli-Sforza, L. L. , year =. A method for cluster analysis , journal =
-
[295]
Scott, A. J. and Symons, M. J. , year =. Clustering methods based on likelihood ratio criteria , journal =
-
[296]
Friedman, H. P. and Rubin, J. , year =. On some invariant criteria for grouping data , journal =
-
[297]
Discussion of `
Gower, J C , year =. Discussion of `. Journal of the Royal Statistical Society: Series A , volume =
-
[298]
Proceedings of the Linnaean Society of New South Wales , volume =
Johnson, L A S , title =. Proceedings of the Linnaean Society of New South Wales , volume =
-
[299]
1968 , note =
Johnson, S C , title =. 1968 , note =
1968
-
[300]
1970 , journal =
Johnson, L A S , title =. 1970 , journal =
1970
Reviewed August 2, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.