REVIEW 3 major objections 5 minor 300 references
Predicting Bot Vulnerability from Posting Trajectories: Censored Functional Regression under Informative Sampling
T0 review · 3 major / 5 minor · reviewed 2026-08-03 · deepseek-v4-flash
Pith's one-line read The paper claims that bot-interaction susceptibility can be predicted from a year of censored, informatively sampled posting trajectories by jointly estimating a latent activity process and a latent signal process, and that this recovers un
desk verdict A useful first combination of censored functional predictors and informative observation processes, but the key IPW identity in Eq. (3) does not follow from the stated assumptions and the application evaluation may be partly circular. 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 engine is the inverse-probability-weighting identity (Eq. 3), which converts censored observations observed at informative times into unbiased estimates of the latent signal's class-specific mean and covariance. It is powered by two latent processes: X(t), the activity/observation process whose observation probability p^c(t) is estimated by functional logistic regression of the binary posting indicators, and Z(t), the latent signal underlying the censored measurements, whose mean and covariance are estimated by local weighted likelihood with weights 1/p^c(t). Multivariate functional principal component analysis with standardized scores then produces the low-dimensional features used in t
What would settle it
Generate synthetic data where the observation indicator depends directly on the latent signal Z as well as the activity process X, e.g., R_t ~ Bernoulli(logit^{-1}(X_t + γ Z_t)) with γ ≠ 0, then run SoCIFR and compare the estimated class-conditional mean curve E[Z(t)|Y=c] to the known truth. If the paper's claim is right, the inverse-probability-weighted estimates should stay unbiased when γ = 0 and show increasing bias as γ grows, revealing exactly how much A2 violations degrade the recovered trajectories and the resulting predictions.
Extended reading notes
Core claim
SoCIFR's central claim is that you can estimate the class-specific latent signal underlying censored measurements—even when the times at which measurements appear are themselves informative—by writing the observed measurement as a censored view of the latent signal plus noise, modeling whether a subject is observed as a separate latent activity process, and weighting each observation by the inverse of the estimated class-specific observation probability. The identity E[Z(t)R(t)/p^c(t) | Y=c] = E[Z(t) | Y=c] (Eq. 3) is what makes the weighting work; it holds when the observation indicator is independent of the signal given the activity process. From the recovered latent curves, multivariate f
Load-bearing premise
The whole weighting identity collapses if whether a user posts at a week depends on the very behavior being measured—for instance, if users with high @-mention rates are also more likely to post during that week.
Editorial extensions
If this is right
- If SoCIFR is correct, analysts can fit scalar-on-function regression to longitudinal signals that are both censored at boundaries and observed at informative times; ignoring either mechanism biases estimates.
- The matched case-control extension removes pair-specific intercepts through conditional likelihood, so large matched studies can be analyzed without incidental-parameter bias and without assuming strong within-pair correlation.
- In the bot application, the estimated coefficient functions locate interpretable behavioral shifts: increased volume, length, and @-activity become leading risk signals roughly 6–8 weeks before the reference week.
- The method supports prediction at multiple future horizons (H = 0, 4, 8, 12 weeks) from observation windows of varying length, even when the prevalence of susceptible users changes with the horizon.
- The same framework extends to multiple functional predictors of mixed type—censored or uncensored, informatively or noninformatively sampled—while sharing a single observation process when appropriate.
Reading between the lines
- Beyond the paper: Because assumption A2 (observation indicator independent of the signal given the activity process) is never stress-tested on the bot data, the recovered @-rate trajectory could still be biased if the users who post most are also those with extreme @-mention behavior; a sensitivity simulation with observation driven directly by Z would quantify that risk.
- Beyond the paper: The two-stage matched-pair prediction—conditional likelihood followed by a population-level intercept—implicitly assumes the matching variables are only weakly prognostic; if a future matched study matches on a strong risk factor, the reported collapsibility of the odds ratio would likely break down.
- Beyond the paper: The same machinery could be transplanted to health-monitoring settings where app-use intensity drives measurement of symptom scores—another censored, informatively sampled design—though the Gaussian-process assumptions would need adaptation for count or skewed measurements.
- Beyond the paper: One testable extension is a simulation in which the observation indicator is generated from the activity process plus a direct dose of the latent signal; the paper's own identity predicts that class-specific mean estimates will drift with the dose, giving a concrete calibration for when weighting alone is insufficient.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript proposes Scalar-on Censored Informative-design Functional Regression (SoCIFR), a framework for binary outcomes when functional predictors are censored and observed under an informative sampling design. It introduces two latent processes — X for the observation mechanism and Z for the latent censored signal — assumes Y is conditionally independent of the observed data given (Z, X), and estimates class-specific observation probabilities p^c via a latent observation-process model. The censored signal's mean and covariance are then recovered using inverse-probability-weighted local censored likelihood (Eqs. 7–9), followed by multivariate functional principal component analysis to extract low-dimensional features that are fed into logistic, additive, or nonlinear predictors. The framework is extended to multiple functional covariates and matched case-control designs. Simulations compare SoCIFR to random forest baselines, and the application predicts bot-interaction susceptibility from Twitter posting trajectories over varying observation windows and horizons.
Significance. If the core identification step were valid, the paper would make a useful contribution to functional data analysis by extending censored functional regression to informative/MNAR sampling, and by providing an interpretable alternative to black-box predictors in a socially relevant application. The manuscript also offers useful extensions to matched case-control designs and multiple functional covariates, and it ships open-source software. However, the central IPW identity in Eq. (3) is not implied by the stated assumptions, and the application's feature extraction appears to use outcome information before the train–test split. Both issues are load-bearing: the first affects every estimate produced by the method, and the second affects the credibility of the reported application AUCs. The framework's significance can only be assessed after these are resolved.
major comments (3)
- [Section 3.1, Eq. (3)] The identity E[Z_i(t) R_i(t)/p_i^c(t) | Y_i=c] = E[Z_i(t) | Y_i=c] is derived by factoring E[Z_i(t) R_i(t) | X_i, Y_i=c] as E[Z_i(t) | X_i,Y_i=c] E[R_i(t) | X_i,Y_i=c]. This factorization requires R_i ⊥ Z_i | X_i, Y_i=c. Assumption A2 states only R_i ⊥ Z_i | X_i. Because A3 makes Y_i depend on (Z_i, X_i), conditioning on Y_i=c induces dependence between R_i and Z_i even when A2 holds (a collider-type path through the common cause X). Therefore Eq. (3) is not a consequence of A1–A3, and the class-specific IPW estimates in Eqs. (7)–(9) are biased under the paper's own generative model. This is an internal gap, not a disagreement with external consensus. The authors need either to strengthen the assumption to R_i ⊥ Z_i | X_i, Y_i and re-derive and re-run the simulations, or to provide a different identification argument for the class-specific mean/covariance of Z. As written, the central cl
- [Section 6, feature extraction and train–test splits] The application section states that 'Feature extraction used 99% and 95% PVE thresholds... yielding approximately 4–5 features per trajectory', and then that these features were evaluated using 10 random train–test splits. It is not stated whether the class-specific estimation of p^c and Z^c and the PVE-based feature extraction were nested inside the training folds or performed on the full dataset. As written, the outcome Y is used to define the classes for estimating p^c, Z^c, and the MFPCA basis, so test observations' features can depend on their own labels. If full-data feature extraction was used, the reported PR AUCs (0.87 for pair-level prediction and 0.78 for subject-level prediction) are partly circular. The manuscript must clarify the splitting protocol; if features were extracted on the full data, the analysis should be rerun with feature estimation performed only on each train
- [Section 5.1, Table 1] The simulation study compares SoCIFR to two random forest baselines, but it does not test the motivating claim in Section 1 that 'ignoring either can lead to biased inference'. No comparison is made to estimators that ignore the informative sampling (e.g., treating inactive weeks as missing at random or setting the weights to 1), nor to censored-FPCA methods without the IPW adjustment. Without such an ablation, the simulations do not demonstrate that the IPW component is doing the claimed work; they only show that the full pipeline is competitive with random forests. This is important because the paper's stated novelty is the joint accommodation of censoring and informative sampling, and the simulations should isolate that contribution.
minor comments (5)
- [Throughout] There are typos and inconsistent formatting, e.g., 'difficult' (p. 2), 'efficient' (p. 14), and 'Guassian' in Eq. (8). These do not affect the substance but should be corrected.
- [Eq. (8)] The case labels in the bivariate censored likelihood appear inconsistent. For example, the case 'W1 = b, W2 = a' uses 'Φ^C(a|W1 = b; ...)', while other cases condition on the uncensored variable. Please check that each case uses the correct conditional argument and that the notation is consistently defined.
- [Section 3.2.2] The text says 'we omit the group-specific notation' after defining p_i^c, but Eq. (7) then uses p̂^{-1}_{ij}. It should be made explicit that these weights are class-specific throughout Section 3.2.2.
- [Section 4.2] The paragraph on multiple functional covariates repeats itself: 'For the informative group, we jointly recover...' and then 'For the first group, we jointly recover...' say nearly the same thing. Please merge and clarify the grouping logic.
- [Section 6 and Figure 2] The manuscript reports both pair-level and subject-level prediction results and uses PR AUC in the application but AUC in the matched-case simulations (Tables 2–3). A brief explanation of the choice of metric and how prevalence adjustment (King and Zeng, 2001) is applied in Figure 2 would improve comparability.
Circularity Check
No significant circularity: Eq. (3) is valid under A2+A3, and predictions are evaluated out-of-sample.
full rationale
No circularity found. The key estimating identity in Eq. (3) is not circular: it conditions on Y and uses p^c = E[R|X,Y=c]; under A2 (R⊥Z|X) together with A3 (Y⊥(R,W)|Z,X), one indeed obtains R⊥Z|X,Y, so the factorization E[Z R / p^c | X,Y=c] = E[Z|X,Y=c] E[R|X,Y=c] is justified and Eq. (3) follows. The class-supervised estimation of p^c and Z^c uses outcome labels, but the predictive evaluation is out-of-sample: simulations use independent test sets, and the application uses 10 random 90–10 train-test splits, so the reported PR AUCs are not the fitted training values. The self-citation to Murphy et al. (2026) is used as a prior censored-FPCA building block and is extended with inverse-probability weighting, class-specific estimation, and multivariate FPCA; it is not load-bearing in the sense of forcing the central result. No equation reduces a prediction to its inputs by construction.
Assumptions & free parameters
free parameters (6)
- PVE thresholds (99% univariate, 95% correlation decomposition) =
0.99 / 0.95
- Local likelihood kernel bandwidth h
- Measurement error variance sigma^2_{Z,eps}
- Monte Carlo sample size S in Eq (13)
- Prevalence pi = P(Y=1) =
0.5 in matched data; re-estimated in horizon analysis
- Truncation ranks K_X,c, K_Z,c, K =
selected by PVE rules
assumptions (7)
- domain assumption Assumption (A1): eps_ij perpendicular (R_i, X_i) | Z_i
- domain assumption Assumption (A2): R_i perpendicular Z_i | X_i
- domain assumption Assumption (A3): Y_i perpendicular (R_i,W_i) | (Z_i,X_i)
- domain assumption Latent processes X and Z are Gaussian processes with smooth mean/covariance and normal FPC scores
- standard math First-order Taylor expansion of g^{-1} around class-specific mean (Hall et al. 2008)
- domain assumption Working independence within matched pairs and across observation times in the pairwise likelihood
- ad hoc to paper PVE truncation captures the dominant modes of variation
invented entities (2)
-
Latent censored process Z_i(.)
-
Latent observation process X_i(.)
Cite this review
Pith. "Pith review of Predicting Bot Vulnerability from Posting Trajectories: Censored Functional Regression under Informative Sampling." pith.science (2026). https://pith.science/paper/D43QNK4G
@misc{pith2026260729415,
author = {Pith},
title = {Pith review of: Predicting Bot Vulnerability from Posting Trajectories: Censored Functional Regression under Informative Sampling},
year = {2026},
howpublished = {\url{https://pith.science/paper/D43QNK4G}},
note = {Machine review of arXiv:2607.29415}
}
read the original abstract
In this manuscript, we propose a novel framework for Scalar-on Censored Informative-design Functional Regression or SoCIFR. This setting is increasingly common in modern longitudinal and digital data applications but remains underdeveloped in functional data literature. We first discuss estimation and prediction in SoCIFR and extend the methodology to accommodate a matched case-control design. The proposed methodology is further generalized to handle multiple functional predictors, allowing for both censored and uncensored trajectories, observed under informative or non-informative sampling designs. Through simulation studies, we assess the performance of the proposed methods under various data-generating scenarios. We apply the methods to the motivating application for predicting user susceptibility to automated ("bot") interactions at increasing future time horizons based on social media behavioral trajectories observed over fixed time windows.
Figures
Reference graph
Works this paper leans on
-
[1]
Statistics in medicine , volume=
Non-response models for the analysis of non-monotone ignorable missing data , author=. Statistics in medicine , volume=. 1997 , publisher=
1997
-
[2]
Stat , volume=
Fast covariance estimation for multivariate sparse functional data , author=. Stat , volume=. 2020 , publisher=
2020
-
[3]
Journal of the American Statistical Association , volume=
Smoothing parameter and model selection for general smooth models , author=. Journal of the American Statistical Association , volume=. 2016 , publisher=
2016
-
[4]
Journal of the Royal Statistical Society: Series B (Statistical Methodology) , volume=
Modelling and smoothing parameter estimation with multiple quadratic penalties , author=. Journal of the Royal Statistical Society: Series B (Statistical Methodology) , volume=. 2000 , publisher=
2000
-
[5]
2003 , publisher=
Semiparametric regression , author=. 2003 , publisher=
2003
-
[6]
Journal of the American Statistical Association , volume =
Li, Ker-Chau , title =. Journal of the American Statistical Association , volume =. 1991 , doi =
1991
-
[7]
2013 , publisher=
Categorical Data Analysis , author=. 2013 , publisher=
2013
-
[8]
Journal of the American statistical Association , volume=
A generalization of sampling without replacement from a finite universe , author=. Journal of the American statistical Association , volume=. 1952 , publisher=
1952
Show all 300 references
-
[9]
Journal of the american statistical association , volume=
Analysis of semiparametric regression models for repeated outcomes in the presence of missing data , author=. Journal of the american statistical association , volume=. 1995 , publisher=
1995
-
[10]
Statistics in Medicine , volume=
Functional Principal Component Analysis for Continuous Non-Gaussian, Truncated, and Discrete Functional Data , author=. Statistics in Medicine , volume=. 2024 , publisher=
2024
-
[11]
New Developments in Statistical Modeling, Inference and Application: Selected Papers from the 2014 ICSA/KISS Joint Applied Statistics Symposium in Portland, OR , pages=
Joint analysis of longitudinal data and informative observation times with time-dependent random effects , author=. New Developments in Statistical Modeling, Inference and Application: Selected Papers from the 2014 ICSA/KISS Joint Applied Statistics Symposium in Portland, OR ,...
2014
-
[12]
Statistical methods in medical research , volume=
Review of inverse probability weighting for dealing with missing data , author=. Statistical methods in medical research , volume=. 2013 , publisher=
2013
-
[13]
Biometrika , year =
Murphy, Caitrin and Laber, Eric and Merwin, Rhonda and Reich, Brian and Koerner, Jake , title =. Biometrika , year =
-
[14]
Proceedings of the sixth ACM conference on Recommender systems , pages=
Making recommendations in a microblog to improve the impact of a focal user , author=. Proceedings of the sixth ACM conference on Recommender systems , pages=
-
[15]
Fifth International AAAI Conference on Weblogs and Social Media , year=
Future link prediction in the blogosphere for recommendation , author=. Fifth International AAAI Conference on Weblogs and Social Media , year=
-
[16]
2018 IEEE/ACM International Conference on Advances in Social Networks Analysis and Mining (ASONAM) , pages=
Model Bots, not Humans on Social Media , author=. 2018 IEEE/ACM International Conference on Advances in Social Networks Analysis and Mining (ASONAM) , pages=. 2018 , organization=
2018
-
[17]
Proceedings of the fifth ACM conference on Recommender systems , pages=
Recommendations in social media for brand monitoring , author=. Proceedings of the fifth ACM conference on Recommender systems , pages=
-
[18]
Twenty-Fifth AAAI Conference on Artificial Intelligence , year=
Predicting author blog channels with high value future posts for monitoring , author=. Twenty-Fifth AAAI Conference on Artificial Intelligence , year=
-
[19]
Proceedings of the 21th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining , pages=
Rsc: Mining and modeling temporal activity in social media , author=. Proceedings of the 21th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining , pages=. 2015 , organization=
2015
-
[20]
2013 International Conference on Social Computing , pages=
Does love change on Twitter? The dynamics of topical conversations in microblogging , author=. 2013 International Conference on Social Computing , pages=. 2013 , organization=
2013
-
[21]
2011 IEEE Third International Conference on Privacy, Security, Risk and Trust and 2011 IEEE Third International Conference on Social Computing , pages=
Comparing social tags to microblogs , author=. 2011 IEEE Third International Conference on Privacy, Security, Risk and Trust and 2011 IEEE Third International Conference on Social Computing , pages=. 2011 , organization=
2011
-
[22]
Proceedings of the 12th annual conference on Genetic and evolutionary computation , pages=
Evolving viral marketing strategies , author=. Proceedings of the 12th annual conference on Genetic and evolutionary computation , pages=
-
[23]
Journal of Marketing Research , volume=
Improving prelaunch diffusion forecasts: Using synthetic networks as simulated priors , author=. Journal of Marketing Research , volume=. 2013 , publisher=
2013
-
[24]
top-down modeling , author=
Predictability of user behavior in social media: Bottom-up v. top-down modeling , author=. 2013 International Conference on Social Computing , pages=. 2013 , organization=
2013
-
[25]
American journal of public health , volume=
Malicious actors on Twitter: A guide for public health researchers , author=. American journal of public health , volume=. 2019 , publisher=
2019
-
[26]
Applied Network Science , volume=
Bot stamina: examining the influence and staying power of bots in online social networks , author=. Applied Network Science , volume=. 2019 , publisher=
2019
-
[27]
Proceedings of the 26th international conference on world wide web companion , pages=
Temporal patterns in bot activities , author=. Proceedings of the 26th international conference on world wide web companion , pages=
-
[28]
Computer , volume=
The DARPA Twitter bot challenge , author=. Computer , volume=. 2016 , publisher=
2016
-
[29]
Communications of the ACM , volume=
The rise of social bots , author=. Communications of the ACM , volume=. 2016 , publisher=
2016
-
[30]
New York: Cambridge University Press , year=
New media campaigns and the managed citizen , author=. New York: Cambridge University Press , year=
-
[31]
Proceedings of the 20th International Conference on World Wide Web , series =
Budak, Ceren and Agrawal, Divyakant and El Abbadi, Amr , title =. Proceedings of the 20th International Conference on World Wide Web , series =. 2011 , isbn =. doi:10.1145/1963405.1963499 , acmid =
2011
-
[32]
Proceedings of the 26th international conference on World Wide Web companion , pages=
The paradigm-shift of social spambots: Evidence, theories, and tools for the arms race , author=. Proceedings of the 26th international conference on World Wide Web companion , pages=. 2017 , organization=
2017
-
[33]
Journal of consumer research , volume=
Influentials, networks, and public opinion formation , author=. Journal of consumer research , volume=. 2007 , publisher=
2007
-
[34]
Journal of Operations Management , volume=
Evaluating information diffusion speed and its determinants in social media networks during humanitarian crises , author=. Journal of Operations Management , volume=. 2016 , publisher=
2016
-
[35]
DIMACS Series in Discrete Mathematics and Theoretical Computer Science , volume=
Depth-based classification for functional data , author=. DIMACS Series in Discrete Mathematics and Theoretical Computer Science , volume=. 2006 , publisher=
2006
-
[36]
Proceedings of the 12th annual conference on Genetic and evolutionary computation , pages=
Evolving viral marketing strategies , author=. Proceedings of the 12th annual conference on Genetic and evolutionary computation , pages=. 2010 , organization=
2010
-
[37]
Proceedings of the 11th International Conference on Knowledge Management and Knowledge Technologies , series =
Anger, Isabel and Kittl, Christian , title =. Proceedings of the 11th International Conference on Knowledge Management and Knowledge Technologies , series =. 2011 , isbn =. doi:10.1145/2024288.2024326 , acmid =
2011
-
[38]
2015 IEEE International Conference on Big Data (Big Data) , title=
A. 2015 IEEE International Conference on Big Data (Big Data) , title=. 2015 , volume=. doi:10.1109/BigData.2015.7364017 , ISSN=
2015
-
[39]
and Zhu, Chenguang and Leskovec, Jure , title =
Myers, Seth A. and Zhu, Chenguang and Leskovec, Jure , title =. Proceedings of the 18th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining , series =. 2012 , isbn =. doi:10.1145/2339530.2339540 , acmid =
2012
-
[40]
arXiv preprint arXiv:1707.07592 , pages=
The spread of fake news by social bots , author=. arXiv preprint arXiv:1707.07592 , pages=. 2017 , publisher=
2017 arXiv
-
[41]
2018 , doi =
Vosoughi, Soroush and Roy, Deb and Aral, Sinan , title =. 2018 , doi =
2018
-
[42]
Davis and Onur Varol and Emilio Ferrara and Alessandro Flammini and Filippo Menczer , title =
Clayton A. Davis and Onur Varol and Emilio Ferrara and Alessandro Flammini and Filippo Menczer , title =. CoRR , volume =. 2016 , url =
2016
-
[43]
Twitter Elections Integrity Data Archive , author =
-
[44]
Journal of the Royal Statistical Society: Series C (Applied Statistics) , volume=
Pomann, Gina-Maria and Staicu, Ana-Maria and Ghosh, Sujit , title=. Journal of the Royal Statistical Society: Series C (Applied Statistics) , volume=. 2016 , publisher=
2016
-
[45]
Biometrics , volume=
Lee, Seokho and Shin, Hyejin and Lee, Sang Han , title=. Biometrics , volume=. 2016 , publisher=
2016
-
[46]
, title=
Azzalini, A. , title=. Scandinavian Journal of Statistics , volume=
-
[47]
Journal of Multivariate Analysis , volume=
An extension of Fisher's discriminant analysis for stochastic processes , author=. Journal of Multivariate Analysis , volume=. 2008 , publisher=
2008
-
[48]
and Capitanio, A
Azzalini, A. and Capitanio, A. , title=. Journal of the Royal Statistical Society, Series B , volume=
-
[49]
and Sapatinas, T
Antoniadis, A. and Sapatinas, T. , title=. Computational Statistics and Data Analysis , volume=
-
[50]
and Chiou, J.-M
Aston, J.A.D. and Chiou, J.-M. and Evans, J.P. , title=. Journal of the Royal Statistical Society: Series C , volume=
-
[51]
Annals of the Institute of Statistical Mathematics , author =
Optimal testing for additivity in multiple nonparametric regression , volume =. Annals of the Institute of Statistical Mathematics , author =. 2009 , pages =
2009
-
[52]
and Hochberg, Y
Benjamini, Y. and Hochberg, Y. , title=. Journal of the Royal Statistical Society, Series B , volume=
-
[53]
and Justel, A
Berrendero, J.R. and Justel, A. and Svarc, M. , title=. Computational Statistics and Data Analysis , volume=
-
[54]
The Annals of Statistics , author =
Testing for Additivity of a Regression Function , volume =. The Annals of Statistics , author =. 1993 , pages =
1993
-
[55]
2010 , author =
Introduction to statistics and data analysis for physicists , publisher =. 2010 , author =
2010
-
[56]
2011 , author=
Bayesian Inference Using Efficient Interpolation of Computationally Expensive Densities with Variable Parameter Costs , journal=. 2011 , author=
2011
-
[57]
and Hardle, W
Benko, M. and Hardle, W. and Kneip, A. , title =. The Annals of Statistics , year =
-
[58]
and Hall, P
Cai, T.T. and Hall, P. , journal=. Prediction in Functional Linear Regression , year=
-
[59]
and Wahba, G
Craven, P. and Wahba, G. , journal=. Smoothing Noisy Data with Spline Functions , year=
-
[60]
and Ferraty, F
Cardot, H. and Ferraty, F. and Sarda, P. , journal=. Functional linear model , year=
-
[61]
and Ferraty, F
Cardot, H. and Ferraty, F. and Mas, A. and Sarda, P. , journal=. Testing hypotheses in the functional linear model , year=
-
[62]
, journal=
Cardot, H. , journal=. Conditional Functional Principal Components Analysis , year=
-
[63]
and Wang, Y
Chen, H. and Wang, Y. , journal=. A Penalized Spline Approach to Functional Mixed Effects Model Analysis , year=
-
[64]
and M\"uller, H.G
Chen, K. and M\"uller, H.G. , journal=. Modeling repeated functional observations , year=
-
[65]
2003 , pages =
Functional quasi-likelihood regression models with smooth random effects , journal =. 2003 , pages =
2003
-
[66]
2012 , note =
refund: Regression with Functional Data , author =. 2012 , note =
2012
-
[67]
and Ruppert, D
Crainiceanu, C.M. and Ruppert, D. , journal=. 2004 , volume=
2004
-
[68]
Swihart, B. J. and Goldsmith, J. and Crainiceanu, C. M. , title =. Technometrics , volume =. 2014 , pages =
2014
-
[69]
and Ruppert, D
Crainiceanu, C.M. and Ruppert, D. and Claeskens, G. and Wand, M. , journal=. 2004 , volume=
2004
-
[70]
2012 , pages =
Bootstrap-based inference on the difference in the means of two correlated functional processes , journal =. 2012 , pages =
2012
-
[71]
2010 , pages =
A simple multiway ANOVA for functional data , journal =. 2010 , pages =
2010
-
[72]
, title =
Cox, ,D.D. , title =. SIAM Journal on Numerical Analysis , year =
-
[73]
2004 , pages =
Functional response models , journal =. 2004 , pages =
2004
-
[74]
A Practical Guide to Splines , author=
-
[75]
and Crainiceanu, C.M
Di, C.-Z. and Crainiceanu, C.M. and Caffo, B.S. and Punjabi, N.M. , title =. Annals of Applied Statistics , year =
-
[76]
Duchon, J. , year=. Splines minimizing rotation-invariant semi-norms in Solobev spaces. In
-
[77]
Statistics and Computing , author =
Testing for additivity and joint effects in multivariate nonparametric regression using Fourier and wavelet methods , volume =. Statistics and Computing , author =. 2004 , pages =
2004
-
[78]
The Annals of Statistics , author =
Testing for additivity in nonparametric regression , volume =. The Annals of Statistics , author =. 1995 , pages =
1995
-
[79]
Chemometrics and Intelligent Laboratory Systems , author =
Mulitvariate calibration with temperature interaction using two-dimensional penalized signal regression , volume =. Chemometrics and Intelligent Laboratory Systems , author =. 2003 , pages =
2003
-
[80]
and Lin, S
Fan, J. and Lin, S. K. , title =. Journal of American Statistical Association , year =
-
[81]
and James, G
Fan, Y. and James, G. M. , title =. Preprint , year =
-
[82]
Journal of the American Statistical Association , volume=
Variational Bayesian inference for parametric and nonparametric regression with missing data , author=. Journal of the American Statistical Association , volume=. 2011 , publisher=
2011
-
[83]
and Vieu, P
Ferraty, F. and Vieu, P. , year=
-
[84]
and Vieu, P
Ferraty, F. and Vieu, P. and Viguier-Pla, S. , title =. Computational Statistics and Data Analysis , year =
-
[85]
Biometrika , volume=
Most-predictive design points for functional data predictors , author=. Biometrika , volume=. 2010 , publisher=
2010
-
[86]
Technometrics , volume=
A functional data—analytic approach to signal discrimination , author=. Technometrics , volume=. 2001 , publisher=
2001
-
[87]
Pattern recognition letters , volume=
Shape classification using smooth principal components , author=. Pattern recognition letters , volume=. 2003 , publisher=
2003
-
[88]
and Steinebach, J.G
Fremdt, S. and Steinebach, J.G. and Horvath, L. and Kokoszka, P. , title =. Scandinavian Journal of Statististics , year =
-
[89]
Electronic journal of statistics , volume=
Functional regression via variational Bayes , author=. Electronic journal of statistics , volume=. 2011 , publisher=
2011
-
[90]
Journal of Computational and Graphical Statistics , volume=
Penalized Functional Regression , author=. Journal of Computational and Graphical Statistics , volume=. 2011 , publisher=
2011
-
[91]
Computational Statistics and Data Analysis , volume=
Nonparametric inference in small data sets of spatially indexed curves with application to ionospheric trend determination , author=. Computational Statistics and Data Analysis , volume=
-
[92]
The Annals of Applied Statistics , volume=
Estimation and testing for spatially distributed curves with application to ionospheric and magnetic field trends , author=. The Annals of Applied Statistics , volume=
-
[93]
and Greven, S
Goldsmith, J. and Greven, S. and Crainiceanu, C. M. , title =. Biometrics , volume=. 2013 , pages=
2013
-
[94]
and Crainiceanu, C
Goldsmith, J. and Crainiceanu, C. M. and Caffo, B. S. and Reich, D. S. , title =. Journal of the Royal Statistical Society: Series C , volume=. 2012 , pages=
2012
-
[95]
and Samaniego, F
Gong, G. and Samaniego, F. J. , title=. The Annals of Statistics , volume=
-
[96]
and Silverman, B.W
Green, P.J. and Silverman, B.W. , title =
-
[97]
Journal of Computational and Graphical Statistics , volume=
Restricted Likelihood Ratio Testing for Zero Variance Components in Linear Mixed Models , author=. Journal of Computational and Graphical Statistics , volume=
-
[98]
2013 , pages =
Longitudinal Scalar-on-Function Regression with Application to Tractography Data , journal =. 2013 , pages =
2013
-
[99]
2010 , pages =
Longitudinal functional principal component analysis , journal =. 2010 , pages =
2010
-
[100]
2013 , pages =
Variable selection in generalized functional linear models , journal =. 2013 , pages =
2013
-
[101]
2002 , pages =
Inference in smoothing spline analysis of variance , journal =. 2002 , pages =
2002
-
[102]
Theory of Rank Tests , author=
-
[103]
and Van Keilegom, I
Hall, P. and Van Keilegom, I. , title =. Statistica Sinica , year =
-
[104]
Journal of the Royal Statistical Society, Series B , volume=
On properties of functional principal components analysis , author=. Journal of the Royal Statistical Society, Series B , volume=
-
[105]
Bernoulli , volume=
Functional linear regression via canonical analysis , author=. Bernoulli , volume=
-
[106]
Journal of the Royal Statistical Society: Series B (Statistical Methodology) , volume=
Model selection and estimation in regression with grouped variables , author=. Journal of the Royal Statistical Society: Series B (Statistical Methodology) , volume=. 2006 , publisher=
2006
-
[107]
Journal of the American Statistical Association , volume=
Generalized partially linear single-index models , author=. Journal of the American Statistical Association , volume=. 1997 , publisher=
1997
-
[108]
Annals of Statistics , volume=
Properties of principal component methods for functional and longitudinal data analysis , author=. Annals of Statistics , volume=
-
[109]
2001 , publisher=
The elements of statistical learning , author=. 2001 , publisher=
2001
-
[110]
, author=
Varying-Coefficent Models (With Discussion). , author=. Journal of the Royal Statistical Society, Series B , volume=
-
[111]
2012 , author =
Penalized Function on Function Regression , note=. 2012 , author =
2012
-
[112]
James, G. M. , title =. Journal of the Royal Statistical Society B , year =
-
[113]
and Silverman, B.W
James, G.M. and Silverman, B.W. , journal=. 2005 , publisher=
2005
-
[114]
and Wang, J
James, G.M. and Wang, J. and Zhu, J. , title =. The Annals of Statistics , year =
-
[115]
and Li, H
Jarrow, R. and Li, H. , year=. The impact of Quantitative Easing on the
-
[116]
and Ruppert, D
Jarrow, R. and Ruppert, D. and Yu, Y. , year=. Estimating the term structure of corporate debt with a semiparametric penalized spline model , journal=
-
[117]
and Wang, J.-L
Jiang, C.-R. and Wang, J.-L. , title=. The Annals of Statistics , volume=
-
[118]
Karhunen, K. , year=
-
[119]
and Staicu, A
Kong, D. and Staicu, A. M. and Maity, A. , title =. Journal of Nonparametric Statistics , volume =. 2016 , pages =
2016
-
[120]
1999 , pages =
Goodness of fit and related inference processes for quantile regression , journal =. 1999 , pages =
1999
-
[121]
Biometrics , volume=
Parameter estimation in longitudinal studies with outcome-dependent follow-up , author=. Biometrics , volume=. 2002 , publisher=
2002
-
[122]
and Staicu, A.-M
Kong, D. and Staicu, A.-M. and Maity, A. , title =. 2013 , journal =
2013
-
[123]
Statistical Modelling , pages=
P-spline anova-type interaction models for spatio-temporal smoothing , author=. Statistical Modelling , pages=. 2011 , volume=
2011
-
[124]
Levy, B. C. , title =
-
[125]
Journal of the royal statistical society: series B (statistical methodology) , volume=
Regularization and variable selection via the elastic net , author=. Journal of the royal statistical society: series B (statistical methodology) , volume=. 2005 , publisher=
2005
-
[126]
Journal of statistical software , volume=
Regularization paths for generalized linear models via coordinate descent , author=. Journal of statistical software , volume=. 2010 , publisher=
2010
-
[127]
Biometrika , volume=
On the asymptotics of penalized splines , author=. Biometrika , volume=
-
[128]
and Eilers, P.H.C
Marx, B.D. and Eilers, P.H.C. , journal=
-
[129]
Comptes Rendus de l'Acad\'
Lo\`. Comptes Rendus de l'Acad\'
-
[130]
and Eilers, P.H.C
Marx, B.D. and Eilers, P.H.C. , journal=. 2005 , publisher=
2005
-
[131]
Marx, B. D. and Eilers, P. H. C. , title =. Technometrics , year =
-
[132]
arXiv preprint arXiv:1901.07976 , year=
Ordinal Probit Functional Regression Models with Application to Computer-Use Behavior in Rhesus Monkeys , author=. arXiv preprint arXiv:1901.07976 , year=
1901 arXiv
-
[133]
Journal of the Royal Statistical Society: Series B (Statistical Methodology) , volume=
Modelling sparse generalized longitudinal observations with latent Gaussian processes , author=. Journal of the Royal Statistical Society: Series B (Statistical Methodology) , volume=. 2008 , publisher=
2008
-
[134]
Journal of Computational and Graphical Statistics , volume=
Functional additive mixed models , author=. Journal of Computational and Graphical Statistics , volume=. 2015 , publisher=
2015
-
[135]
Journal of computational and graphical statistics , volume=
Additive function-on-function regression , author=. Journal of computational and graphical statistics , volume=. 2018 , publisher=
2018
-
[136]
and Nelder, J.A
McCullagh, P. and Nelder, J.A. , year=
-
[137]
Electronic Journal of Statistics , volume=
Generalized functional additive mixed models , author=. Electronic Journal of Statistics , volume=. 2016 , publisher=
2016
-
[138]
McLean, M. W. and Hooker, G. and Ruppert, D. , title =. Statistical Computing , volume =. 2015 , pages =
2015
-
[139]
Journal of Computational and Graphical Statistics , year=
Functional Generalized Additive Models , author=. Journal of Computational and Graphical Statistics , year=
-
[140]
Journal of the Royal Statistical Society: Series B , year=
Wavelet-based functional mixed models , author=. Journal of the Royal Statistical Society: Series B , year=
-
[141]
Journal of the American Statistical Association , author =
Functional Additive Models , volume =. Journal of the American Statistical Association , author =. 2008 , pages =
2008
-
[142]
Continuously Additive Models for Nonlinear Functional Regression , author=
-
[143]
Generalized Functional Linear Models , journal =
M. Generalized Functional Linear Models , journal =. 2005 , volume =
2005
-
[144]
Statistical Modelling , volumne=
A fast and efficient implementation of qualitatively constrained quantile smoothing splines , author=. Statistical Modelling , volumne=
-
[145]
The American Statistician , volume=
Explaining variational approximations , author=. The American Statistician , volume=. 2010 , publisher=
2010
-
[146]
2005 , author =
Functional Data Analysis , publisher =. 2005 , author =
2005
-
[147]
Ramsay, J. O. and Dalzell, C. J. , TITLE =. Journal of the Royal Statistical Society. Series B. , VOLUME =. 1991 , PAGES =
1991
-
[148]
Journal of Computational and Graphical Statistics , year=
Uncertainty Analysis for Computationally Expensive Models with Multiple Outputs , author=. Journal of Computational and Graphical Statistics , year=
-
[149]
and Wand, M
Ruppert, D. and Wand, M. P. and Carroll, R. J. , publisher=. Semiparametric Regression , year=
-
[150]
Electronic Journal of Statistics , year=
Semiparametric regression during 2003--2009 , author=. Electronic Journal of Statistics , year=
2003
-
[151]
Neuroimage , year=
Automated versus conventional tractography in multiple sclerosis: Variability and correlation with disability , author=. Neuroimage , year=
-
[152]
Journal of the American Statistical Association , year=
Functional Principal Component Regression and Functional Partial Least Squares , author=. Journal of the American Statistical Association , year=
-
[153]
2013 , author =
Multilevel Spatially Correlated Binary Longitudinal Data , journal=. 2013 , author =
2013
-
[154]
2012 , journal=
Taper covariance: Bayesian estimation, asymptotics, and applications , author=. 2012 , journal=
2012
-
[155]
Electronic Journal of Statistics , volume=
Bayesian Adaptive B-spline Estimation in Proportional Hazards Frailty Models , author=. Electronic Journal of Statistics , volume=
-
[156]
2013 , author =
Additive Mixed Models For Correlated Functional Data , note=. 2013 , author =
2013
-
[157]
and Ruppert, David , title =
Crainiceanu, Ciprian M. and Ruppert, David , title =. Journal of the Royal Statistical Society , volume =. 2004 , pages =
2004
-
[158]
Biometrika , volume =
Lin, Xihong , title =. Biometrika , volume =. 1997 , pages =
1997
-
[159]
The American Statistician , volume =
Molenberghs, Geert and Verbeke, Geert , title =. The American Statistician , volume =. 2007 , pages =
2007
-
[160]
2012 , journal=
Likelihood Ratio Tests for Dependent Data with Applications to Longitudinal and Functional Data Analysis , author=. 2012 , journal=
2012
-
[161]
and Crainiceanu, C.M
Staicu, A.-M. and Crainiceanu, C.M. and Reich, D. and Ruppert, D. , journal=. 2012 , volume=
2012
-
[162]
Biostatistics , volume=
Fast Methods for Spatially Correlated Multilevel Functional Data , author=. Biostatistics , volume=
-
[163]
Tests of significance for spatially correlated multilevel functional data , author=
-
[164]
Stephens, M. A. , title =. Journal of the American Statistical Association , year =
-
[165]
2006 , pages =
Nonparametric Quantile Estimation , journal =. 2006 , pages =
2006
-
[166]
1996 , pages =
Regression Shrinkage and Selection via the Lasso , journal =. 1996 , pages =
1996
-
[167]
Biometrics , year=
Bayesian models for multiple outcomes nested in domains , author=. Biometrics , year=
-
[168]
Biometrika , year=
Functional Quadratic Regression , author=. Biometrika , year=
-
[169]
The Annals of Statistics , volume=
Functional linear regression analysis for longitudinal data , author=. The Annals of Statistics , volume=. 2005 , publisher=
2005
-
[170]
Journal of the American Statistical Association , volume=
Functional data analysis for sparse longitudinal data , author=. Journal of the American Statistical Association , volume=
-
[171]
and Ruppert, D
Yu, Y. and Ruppert, D. , title =. Journal of the American Statistical Association , year =
-
[172]
Biometrics , volume=
On testing an unspecifed function through a linear mixed effects model with multiple variance components , author=. Biometrics , volume=
-
[173]
Electronic Journal of Statistics , year=
Local asymptotics of penalized spline smoothing , author=. Electronic Journal of Statistics , year=
-
[174]
Journal of the Royal Statistical Society B , pages=
Thin plate regression splines , author=. Journal of the Royal Statistical Society B , pages=
-
[175]
Biometrics , volume=
Low-rank scale-invariant tensor product smooths for generalized additive mixed models , author=. Biometrics , volume=
-
[176]
2006 , publisher=
Generalized Additive Models: An Introduction with R , author=. 2006 , publisher=
2006
-
[177]
1990 , publisher=
Spline Models for Observational Data , author=. 1990 , publisher=
1990
-
[178]
Convergence rates of `thin plate' smoothing splines when the data are noisy , author=
-
[179]
Journal of the Royal Statistical Society B , pages=
Fast stable restricted maximum likelihood and marginal likelihood estimation of semiparametric generalized linear models , author=. Journal of the Royal Statistical Society B , pages=. 2011 , volume=
2011
-
[180]
Statistics and Computing , pages=
Straightforward intermediate rank tensor product smoothing in mixed models , author=. Statistics and Computing , pages=. 2012 , publisher=
2012
-
[181]
Journal of the Royal Statistic Society, Series B , year=
Fast bivariate P-splines: the sandwich smoother , author=. Journal of the Royal Statistic Society, Series B , year=
-
[182]
2005 , publisher=
Women in Science: Career Processes and Outcomes , author=. 2005 , publisher=
2005
-
[183]
manuscript , year=
Fast Covariance Function Estimation for High-Dimensional Functional data , author=. manuscript , year=
-
[184]
Journal of Computational and Graphical Statistics , year=
Wavelet-based LASSO in Functional Linear Regression , author=. Journal of Computational and Graphical Statistics , year=
-
[185]
manuscript , year=
Longitudinal High Dimensional Data Analysis , author=. manuscript , year=
-
[186]
Zhang, J. T. and Chen, J. W. , title=. 2007 , volume=
2007
-
[187]
and Peng, H
Zhang, C. and Peng, H. and Zhang, J.-T. , title =. Communications in Statistics--Theory and Mehtods , year =
-
[188]
and Clayton, M.K
Zhang, J. and Clayton, M.K. and Townsend, P.A. , title =. Journal of Agricultural, Biological, and Environmental Statistics , year =
-
[189]
Biometrika , volume=
Joint modelling of paired sparse functional data using principal components , author=. Biometrika , volume=. 2008 , pages=
2008
-
[190]
and Lee, T.C.M
Yao, F. and Lee, T.C.M. , TITLE =. Journal of the Royal Statistical Society. Series B. , VOLUME =. 2006 , NUMBER =
2006
-
[191]
Journal of the Royal Statistical Society: Series B (Statistical Methodology) , volume=
Achieving near perfect classification for functional data , author=. Journal of the Royal Statistical Society: Series B (Statistical Methodology) , volume=. 2012 , publisher=
2012
-
[192]
Journal of the Royal Statistical Society: Series B (Statistical Methodology) , volume=
Clustering functional data into groups by using projections , author=. Journal of the Royal Statistical Society: Series B (Statistical Methodology) , volume=. 2019 , publisher=
2019
-
[193]
IEEE Transactions on Geoscience and Remote Sensing , year=
Supervised functional data discriminant analysis for hyperspectral image classification , author=. IEEE Transactions on Geoscience and Remote Sensing , year=
-
[194]
Canadian Journal of Statistics , year=
Optimal design for classification of functional data , author=. Canadian Journal of Statistics , year=
-
[195]
arXiv preprint arXiv:1906.00538 , year=
Copula-based functional Bayes classification with principal components and partial least squares , author=. arXiv preprint arXiv:1906.00538 , year=
1906 arXiv
-
[196]
Biometrika , volume=
Optimal Bayes classifiers for functional data and density ratios , author=. Biometrika , volume=. 2017 , publisher=
2017
-
[197]
Biometrika , volume=
Classification of functional fragments by regularized linear classifiers with domain selection , author=. Biometrika , volume=. 2019 , publisher=
2019
-
[198]
arXiv preprint arXiv:1803.06550 , year=
On Mahalanobis distance in functional settings , author=. arXiv preprint arXiv:1803.06550 , year=
-
[199]
Computational statistics & data analysis , volume=
Robust probabilistic classification applicable to irregularly sampled functional data , author=. Computational statistics & data analysis , volume=. 2019 , publisher=
2019
-
[200]
Journal of Multivariate Analysis , volume=
A nonlinear aggregation type classifier , author=. Journal of Multivariate Analysis , volume=. 2016 , publisher=
2016
-
[201]
Computational Statistics , volume=
Robust estimation and classification for functional data via projection-based depth notions , author=. Computational Statistics , volume=. 2007 , publisher=
2007
-
[202]
The Annals of Statistics , volume=
Defining probability density for a distribution of random functions , author=. The Annals of Statistics , volume=. 2010 , publisher=
2010
-
[203]
The Annals of Statistics , volume=
Methodology and theory for partial least squares applied to functional data , author=. The Annals of Statistics , volume=. 2012 , publisher=
2012
-
[204]
Journal of the Royal Statistical Society: Series B (Statistical Methodology) , volume=
Functional linear discriminant analysis for irregularly sampled curves , author=. Journal of the Royal Statistical Society: Series B (Statistical Methodology) , volume=. 2001 , publisher=
2001
-
[205]
Computational Statistics & Data Analysis , volume=
Classification of functional data: A segmentation approach , author=. Computational Statistics & Data Analysis , volume=. 2008 , publisher=
2008
-
[206]
Bioinformatics , volume=
Classification using functional data analysis for temporal gene expression data , author=. Bioinformatics , volume=. 2006 , publisher=
2006
-
[207]
Journal of the American Statistical Association , volume=
Clustering for sparsely sampled functional data , author=. Journal of the American Statistical Association , volume=. 2003 , publisher=
2003
-
[208]
Neurocomputing , volume=
Support vector machine for functional data classification , author=. Neurocomputing , volume=. 2006 , publisher=
2006
-
[209]
Technometrics , volume=
Shape descriptors for classification of functional data , author=. Technometrics , volume=. 2008 , publisher=
2008
-
[210]
Computational Statistics , volume=
PLS classification of functional data , author=. Computational Statistics , volume=. 2007 , publisher=
2007
-
[211]
Computational Statistics & Data Analysis , volume=
Interpretable dimension reduction for classifying functional data , author=. Computational Statistics & Data Analysis , volume=. 2013 , publisher=
2013
-
[212]
Journal of the American Statistical Association , volume=
Bayesian curve classification using wavelets , author=. Journal of the American Statistical Association , volume=. 2007 , publisher=
2007
-
[213]
European Journal of Operational Research , volume=
Interpretable support vector machines for functional data , author=. European Journal of Operational Research , volume=. 2014 , publisher=
2014
-
[214]
Scandinavian Journal of Statistics , volume=
Supervised classification for a family of Gaussian functional models , author=. Scandinavian Journal of Statistics , volume=. 2011 , publisher=
2011
-
[215]
Computational statistics & data analysis , volume=
A note on modeling sparse exponential-family functional response curves , author=. Computational statistics & data analysis , volume=. 2017 , publisher=
2017
-
[216]
Scandinavian Journal of Statistics , volume=
Functional modelling and classification of longitudinal data , author=. Scandinavian Journal of Statistics , volume=. 2005 , publisher=
2005
-
[217]
Electronic Journal of Statistics , volume=
Bayesian classification of multiclass functional data , author=. Electronic Journal of Statistics , volume=. 2018 , publisher=
2018
-
[218]
R package version 0.1 17 , year=
refund: Regression with functional data , author=. R package version 0.1 17 , year=
-
[219]
Marketing Science , volume=
The Squeaky Wheel Gets the Grease—An empirical analysis of customer voice and firm intervention on Twitter , author=. Marketing Science , volume=. 2015 , publisher=
2015
-
[220]
Journal of interactive marketing , volume=
Managing customer relationships in the social media era: Introducing the social CRM house , author=. Journal of interactive marketing , volume=. 2013 , publisher=
2013
-
[221]
Proceedings of the ACM on Human-Computer Interaction , volume=
Acting the part: Examining information operations within\# BlackLivesMatter discourse , author=. Proceedings of the ACM on Human-Computer Interaction , volume=. 2018 , publisher=
2018
-
[222]
First Monday , volume=
Social bots distort the 2016 US Presidential election online discussion , author=. First Monday , volume=
2016
-
[223]
The Tactics and Tropes of the Internet Research Agency, New Knowledge Report prepared for the United States Senate Select Committee on Russian Interference in the 2016 Election , author=
2016
-
[224]
Proceedings of the 5th Annual Workshop on Cyber Security and Information Intelligence Research: Cyber Security and Information Intelligence Challenges and Strategies , pages=
Towards insider threat detection using web server logs , author=. Proceedings of the 5th Annual Workshop on Cyber Security and Information Intelligence Research: Cyber Security and Information Intelligence Challenges and Strategies , pages=
-
[225]
Journal of nonparametric statistics , volume=
Classical testing in functional linear models , author=. Journal of nonparametric statistics , volume=. 2016 , publisher=
2016
-
[226]
Biometrics , volume=
Fully Bayesian spectral methods for imaging data , author=. Biometrics , volume=. 2018 , publisher=
2018
-
[227]
Statistics and its interface , volume=
Additive nonlinear functional concurrent model , author=. Statistics and its interface , volume=. 2018 , publisher=
2018
-
[228]
Computational statistics & data analysis , volume=
A joint design for functional data with application to scheduling ultrasound scans , author=. Computational statistics & data analysis , volume=. 2018 , publisher=
2018
-
[229]
Biometrika , volume=
Scalar-on-image regression via the soft-thresholded Gaussian process , author=. Biometrika , volume=. 2018 , publisher=
2018
-
[230]
AStA Advances in Statistical Analysis , volume=
A comparison of testing methods in scalar-on-function regression , author=. AStA Advances in Statistical Analysis , volume=. 2019 , publisher=
2019
-
[231]
Biostatistics , volume=
Simple fixed-effects inference for complex functional models , author=. Biostatistics , volume=. 2018 , publisher=
2018
-
[232]
Statistics in biosciences , volume=
A spatio-temporal model for longitudinal image-on-image regression , author=. Statistics in biosciences , volume=. 2019 , publisher=
2019
-
[233]
The annals of applied statistics , volume=
A lag functional linear model for prediction of magnetization transfer ratio in multiple sclerosis lesions , author=. The annals of applied statistics , volume=. 2016 , publisher=
2016
-
[234]
Biometrics , volume=
A smoothing-based goodness-of-fit test of covariance for functional data , author=. Biometrics , volume=. 2019 , publisher=
2019
-
[235]
Atmospheric Environment , volume=
A functional data analysis of spatiotemporal trends and variation in fine particulate matter , author=. Atmospheric Environment , volume=. 2018 , publisher=
2018
-
[236]
American journal of public health , volume=
Weaponized health communication: Twitter bots and Russian trolls amplify the vaccine debate , author=. American journal of public health , volume=. 2018 , publisher=
2018
-
[237]
Journal of the Royal Statistical Society: Series B (Statistical Methodology) , volume=
Modelling function-valued stochastic processes, with applications to fertility dynamics , author=. Journal of the Royal Statistical Society: Series B (Statistical Methodology) , volume=. 2017 , publisher=
2017
-
[238]
Stat , volume=
Longitudinal functional data analysis , author=. Stat , volume=. 2015 , publisher=
2015
-
[239]
Biometrika , volume=
A simple test for random effects in regression models , author=. Biometrika , volume=. 2013 , publisher=
2013
-
[240]
Journal of the American Statistical Association , volume=
Functional feature construction for individualized treatment regimes , author=. Journal of the American Statistical Association , volume=. 2018 , publisher=
2018
-
[241]
The Annals of Applied Statistics , volume=
A nonparametric spatial test to identify factors that shape a microbiome , author=. The Annals of Applied Statistics , volume=. 2019 , publisher=
2019
-
[242]
The Guardian, https://www.theguardian.com/australia-news/2020/jan/08/twitter-bots-trolls-australian-bushfires-social-media-disinformation-campaign-false-claims , year=
Bots and trolls spread false arson claims in Australian fires ‘disinformation campaign' , author=. The Guardian, https://www.theguardian.com/australia-news/2020/jan/08/twitter-bots-trolls-australian-bushfires-social-media-disinformation-campaign-false-claims , year=
2020
-
[243]
PBS News Hour, https://www.pbs.org/newshour/politics/social-media-disinformation-leads-election-security-concerns-poll-finds , year=
American voters worry they can’t spot misleading information, poll finds , author=. PBS News Hour, https://www.pbs.org/newshour/politics/social-media-disinformation-leads-election-security-concerns-poll-finds , year=
-
[244]
Here's How to Protect Them , author=
Elections Globally Are Under Threat. Here's How to Protect Them , author=. Wired, https://www.wired.com/story/un-warns-global-threat-election-integrity/ , year=
-
[245]
2014 IEEE/ACM International Conference on Advances in Social Networks Analysis and Mining (ASONAM 2014) , pages=
Using sentiment to detect bots on twitter: Are humans more opinionated than bots? , author=. 2014 IEEE/ACM International Conference on Advances in Social Networks Analysis and Mining (ASONAM 2014) , pages=. 2014 , organization=
2014
-
[246]
Journal of the Royal Statistical Society Series C, to appear , year=
Longitudinal dynamic functional regression , author=. Journal of the Royal Statistical Society Series C, to appear , year=
-
[247]
Scandinavian Journal of Statistics , volume=
Likelihood ratio tests for dependent data with applications to longitudinal and functional data analysis , author=. Scandinavian Journal of Statistics , volume=. 2014 , publisher=
2014
-
[248]
Scandinavian Journal of Statistics , volume=
Coverage properties of confidence intervals for generalized additive model components , author=. Scandinavian Journal of Statistics , volume=. 2012 , publisher=
2012
-
[249]
IEEE transactions on dependable and secure computing , volume=
Warningbird: A near real-time detection system for suspicious urls in twitter stream , author=. IEEE transactions on dependable and secure computing , volume=. 2013 , publisher=
2013
-
[250]
Proceedings of the 33rd international ACM SIGIR conference on Research and development in information retrieval , pages=
Uncovering social spammers: social honeypots+ machine learning , author=. Proceedings of the 33rd international ACM SIGIR conference on Research and development in information retrieval , pages=. 2010 , organization=
2010
-
[251]
Computer Communications , volume=
A generic statistical approach for spam detection in online social networks , author=. Computer Communications , volume=. 2013 , publisher=
2013
-
[252]
Decision Support Systems , volume=
Fame for sale: Efficient detection of fake Twitter followers , author=. Decision Support Systems , volume=. 2015 , publisher=
2015
-
[253]
, author=
DeBot: Twitter Bot Detection via Warped Correlation. , author=. ICDM , pages=
-
[254]
Online Social Networks and Media , volume=
On the capability of evolved spambots to evade detection via genetic engineering , author=. Online Social Networks and Media , volume=. 2019 , publisher=
2019
-
[255]
CNBC, https://www.cnbc.com/2020/01/29/warren-proposes-criminal-penalties-for-spreading-disinformation-online.html , year=
Elizabeth Warren proposes criminal penalties for spreading voting disinformation online , author=. CNBC, https://www.cnbc.com/2020/01/29/warren-proposes-criminal-penalties-for-spreading-disinformation-online.html , year=
2020
-
[256]
Journal of the American Statistical Association , volume =
Clara Happ and Sonja Greven , title =. Journal of the American Statistical Association , volume =
-
[257]
Second-Generation Functional Data
Koner, Salil and Staicu, Ana-Maria. Second-Generation Functional Data. Annual Review of Statistics and Its Application. 2023
2023
-
[258]
JOINT MODELS FOR GRID POINT AND RESPONSE PROCESSES IN LONGITUDINAL AND FUNCTIONAL DATA , volume =
Daniel Gervini and Tyler J Baur , journal =. JOINT MODELS FOR GRID POINT AND RESPONSE PROCESSES IN LONGITUDINAL AND FUNCTIONAL DATA , volume =
-
[259]
2025 , journal=
Functional principal component analysis with informative observation times , author=. 2025 , journal=
2025
-
[260]
Volume I - The analysis of case-control studies , author=
Statistical methods in cancer research. Volume I - The analysis of case-control studies , author=. 1980 , publisher=
1980
-
[261]
Econometrica: journal of the Econometric Society , pages=
Consistent estimates based on partially consistent observations , author=. Econometrica: journal of the Econometric Society , pages=. 1948 , publisher=
1948
-
[262]
Statistical Science , number =
Trevor Hastie and Robert Tibshirani , title =. Statistical Science , number =. 1986 , doi =
1986
-
[263]
Statistics in Medicine , volume =
Durrleman, Sylvain and Simon, Richard , title =. Statistics in Medicine , volume =
-
[264]
Paul H. C. Eilers and Brian D. Marx , title =. Statistical Science , number =
-
[265]
Selecting the Number of Knots for Penalized Splines , volume =
David Ruppert , journal =. Selecting the Number of Knots for Penalized Splines , volume =
-
[266]
Statistical Modelling , volume =
Sonja Greven and Fabian Scheipl , title =. Statistical Modelling , volume =
-
[267]
Disinformation and social bot operations in the run up to the 2017 French presidential election , ISSN=
Ferrara, Emilio , year=. Disinformation and social bot operations in the run up to the 2017 French presidential election , ISSN=. doi:10.5210/fm.v22i8.8005 , journal=
2017 doi
-
[268]
Analyzing the Digital Traces of Political Manipulation: The 2016 Russian Interference Twitter Campaign , year=
Badawy, Adam and Ferrara, Emilio and Lerman, Kristina , booktitle=. Analyzing the Digital Traces of Political Manipulation: The 2016 Russian Interference Twitter Campaign , year=
2016
-
[269]
Nearly 50\ url=
Owen, Tess , year=. Nearly 50\ url=
-
[270]
2020 , issn =
A one-class classification approach for bot detection on Twitter , journal =. 2020 , issn =. doi:https://doi.org/10.1016/j.cose.2020.101715 , author =
2020
-
[271]
Behavioral changes associated with interacting with bots on Twitter
Babutsitdze, Zakaria and Vincileoni, Dorian. Behavioral changes associated with interacting with bots on Twitter. Proceedings of the Annual Hawaii International Conference on System Sciences
-
[272]
Journal of the American Statistical Association , volume =
Yehua Li and Yongtao Guan , title =. Journal of the American Statistical Association , volume =. 2014 , publisher =
2014
-
[273]
Silverman, B. W. , publisher =. Density Estimation for Statistics and Data Analysis , year =
-
[274]
PloS one , volume=
The precision-recall plot is more informative than the ROC plot when evaluating binary classifiers on imbalanced datasets , author=. PloS one , volume=
-
[275]
When social bots attack: Modeling susceptibility of users in online social networks , booktitle =
Wagner, Claudia and Mitter, Silvia and K. When social bots attack: Modeling susceptibility of users in online social networks , booktitle =. 2012 , organization =
2012
-
[276]
Soc Netw Anal Min , volume =
Aldayel, Abdullah and Magdy, Walid , title =. Soc Netw Anal Min , volume =. 2022 , doi =
2022
-
[277]
Scientific Reports , year=
Social bots spoil activist sentiment without eroding engagement , author=. Scientific Reports , year=. doi:10.1038/s41598-024-74032-0 , publisher=
-
[278]
R News , year =
Classification and Regression by randomForest , author =. R News , year =
-
[279]
Bioinformatics , volume =
MissForest -- non-parametric missing value imputation for mixed-type data , author =. Bioinformatics , volume =. 2012 , pages =
2012
-
[280]
2022 , note =
missForest: Nonparametric Missing Value Imputation using Random Forest , author =. 2022 , note =
2022
-
[281]
Biometrics , year =
Caleb Weaver and Luo Xiao and Wenbin Lu , title =. Biometrics , year =
-
[282]
Bernoulli , number =
Luo Xiao , title =. Bernoulli , number =. 2020 , doi =
2020
-
[283]
The Annals of Statistics , number =
Hans-Georg M. The Annals of Statistics , number =. 2005 , doi =
2005
-
[284]
Journal of the American Statistical Association , year =
Generalized Multilevel Functional Regression , author =. Journal of the American Statistical Association , year =
-
[285]
Journal of the American Statistical Association , volume =
Ganggang Xu and Jingfei Zhang and Yehua Li and Yongtao Guan , title =. Journal of the American Statistical Association , volume =. 2024 , publisher =
2024
-
[286]
Computational Statistics & Data Analysis , volume =
Interaction models for functional regression , author =. Computational Statistics & Data Analysis , volume =. 2016 , doi =
2016
-
[287]
Stat , volume =
Variable selection in generalized functional linear models , author =. Stat , volume =. 2013 , doi =
2013
-
[288]
Political Analysis , author=
Logistic Regression in Rare Events Data , volume=. Political Analysis , author=. 2001 , pages=. doi:10.1093/oxfordjournals.pan.a004868 , number=
2001 doi
-
[289]
and Schwamm, Lee H
Qian, Junfeng and Payabvash, Seyedmehdi and Kemmling, Andre and Lev, Michael H. and Schwamm, Lee H. and Betensky, Rebecca A. , title =. Biometrics , year =
-
[290]
and others , title =
Xu, Hongyu and Qian, Junfeng and Paynter, Nina P. and others , title =. Statistics in Medicine , year =
-
[291]
clogit documentation in
Thomas Lumley , year =. clogit documentation in
-
[292]
2014 , publisher =
Case-Control Studies , author =. 2014 , publisher =
2014
-
[293]
and Sutcliffe, Siobhan , title =
Wan, Fei and Colditz, Graham A. and Sutcliffe, Siobhan , title =. American Journal of Epidemiology , year =
-
[294]
and Jewell, Nicholas P
Robinson, Laurence D. and Jewell, Nicholas P. , title =. International Statistical Review / Revue Internationale de Statistique , year =. doi:10.2307/1403444 , publisher =
-
[295]
Scientific Reports , year =
Yan, Harry Yaojun and Yang, Kai-Cheng and Shanahan, James and Menczer, Filippo , title =. Scientific Reports , year =
-
[296]
PNAS Nexus , year =
Askari, Hadi and Chhabra, Anshuman and Clemm von Hohenberg, Bernhard and Heseltine, Michael and Wojcieszak, Magdalena , title =. PNAS Nexus , year =
-
[297]
International Journal of Human--Computer Interaction , year =
Li, Fan and Liu, Yang and Yang, Yining and Yu, Guiming , title =. International Journal of Human--Computer Interaction , year =
-
[298]
BMJ , year =
Pearce, Neil , title =. BMJ , year =
-
[299]
and Pearl, Judea , title =
Greenland, Sander and Robins, James M. and Pearl, Judea , title =. Statistical Science , year =
-
[300]
2026 , eprint=
Multivariate Functional Principal Component Analysis for Mixed-Type mHealth Data: An Application to Mood Disorders , author=. 2026 , eprint=
2026
Reviewed August 3, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.