Pith. sign in

REVIEW 2 major objections 4 minor 180 references

Sequential Control of False Positives in Online Change Point Detection

T0 review · 2 major / 4 minor · reviewed 2026-08-01 · deepseek-v4-flash

Pith's one-line read A simulation-quantile threshold can control false alarms in online change point detection over any moving monitoring window.

desk verdict A genuinely useful new error-rate definition and a simple simulation-based calibration that works in the settings tested, but the paper never checks the central claim that control holds for every later monitoring window, not just the first. read the letter →

arxiv 2607.15423 v1 pith:TDG3LTL7 submitted 2026-07-16 stat.ME

classification stat.ME MSC 62L1062F0362P10
keywords onlinechangepointdetectionsequentialfamily-wiseerrorratemultipletestingmonitoringthresholdcalibrationnullsimulationmovingwindowmobilehealthvariancecomponentscoretest
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Online change point detection performs a new hypothesis test on each arriving observation, so false alarms accumulate in a way standard multiple-testing corrections do not handle. This paper introduces the sequential family-wise error rate (sFWER), the probability of at least one false alarm within any moving window of length Δ, and proposes to calibrate a single monitoring cutoff from simulated null data. The cutoff is the empirical α_Δ quantile of the distribution of the minimum of the monitoring statistics over the window. Simulation studies show the cutoff holds the sFWER near its target while common alternatives are either too conservative (fixed per-test corrections) or too liberal (unadjusted day-by-day thresholds). If correct, practitioners can choose a detection threshold directly from a clinically meaningful false-alarm window.

What carries the argument

The key object is the window-minimum statistic M, the smallest of the Δ daily monitoring statistics in a sliding window. Because the daily statistics use overlapping data, their joint distribution—and hence the distribution of M—has no closed form. The paper approximates this distribution by simulation under the null and defines the cutoff c as the empirical α_Δ quantile of M; a change is declared on day t whenever S_t ≤ c. In the demonstrations, S_t is the VC* monitoring statistic, defined as the minimum permutation p-value over candidate change-point days in the last d_b days.

What would settle it

Simulate a no-change series with slow drift or autocorrelation, calibrate c under the paper's i.i.d. null model, then record the fraction of later Δ-windows (starting at various t beyond r) that contain at least one rejection; if that fraction clearly exceeds α_Δ, the sFWER guarantee fails.

Watch

Extended reading notes

Core claim

The paper's central claim is that under the global null, the distribution of M = min_{t+1≤j≤t+Δ} S_j — the smallest daily monitoring statistic in a window — determines a correct monitoring cutoff. Generate B null datasets of length r+Δ, compute M for each, and set c to the empirical α_Δ quantile of these values. Then for every t ≥ r, the probability that the window {t+1,...,t+Δ} contains a false alarm is approximately α_Δ. The paper demonstrates the claim for the VC* statistic, a variance-component score test whose monitoring statistic is the minimum permutation p-value over recent candidate change-point days, and reports that the proposed threshold hits the target while corrections that ign

Load-bearing premise

The distribution of the monitoring statistic under 'no change' is the same for every window after the run-in, so a threshold learned from the first window keeps its error rate later.

Editorial extensions

If this is right

  • Practitioners can set a monitoring threshold directly from a desired false-alarm rate per Δ-day window, without knowing the number of future tests.
  • The same cutoff is claimed to control the sFWER for every window after the run-in, not just the calibration window, provided the null distribution is stationary.
  • The calibrated threshold preserves substantially more detection power than corrections that ignore the dependence among overlapping test statistics.
  • The procedure applies to multivariate data and can be adapted to any test statistic whose null window-minimum distribution can be simulated.
  • In daily mHealth monitoring the extra computation is small enough to be practical, since only null simulations are needed up front.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The sFWER guarantee is only as good as the stationarity of the null: the cutoff is calibrated from the first window, and the paper's sensitivity check varies run-in length but never monitors later windows under a drifting null. Testing that directly would settle how robust the threshold is.
  • Because only the window-minimum distribution is used, the same calibration recipe should transfer to other change-point statistics (CUSUM, likelihood-ratio, etc.) with no theoretical change—only the simulation step differs.
  • For special null models (e.g., Gaussian AR processes), an analytic approximation of the window-minimum distribution might replace the simulation, removing Monte Carlo uncertainty and making the method lighter for high-frequency monitoring.
  • The real-data application resets monitoring after each detected change; the stated sFWER bound applies within one reset segment rather than across the whole follow-up, so cumulative false-alarm risk over an entire study may be higher than α_Δ.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

2 major / 4 minor

Summary. The paper introduces a sequential family-wise error rate (sFWER), defined as the probability of at least one false positive within a moving monitoring window of length Δ, and proposes a simulation-based calibration of a cutoff c for an online change point detection statistic. The cutoff is the empirical α_Δ quantile of the minimum of the monitoring statistic over the first monitoring window under a null model. The authors claim this controls the sFWER for any window after the run-in period, and present simulations comparing the proposed procedure with unadjusted, Bonferroni, and Šidák thresholds under the null and alternative hypotheses. They also illustrate the procedure on smartphone mobility data from an mHealth study. The central claim is that the calibrated cutoff balances error control and power better than standard corrections, which are either conservative or liberal.

Significance. If the central claim holds, the paper offers a practical, simulation-based alternative to Bonferroni/Šidák for online monitoring with strongly dependent test statistics. The sFWER definition is a useful formalization for mHealth and similar settings, and the simulation study is designed in a non-circular way: the cutoff is calibrated under an explicit null model and then evaluated on independent null datasets. The paper also transparently acknowledges the stationarity assumption and the illustrative nature of the real-data analysis. However, the simulations verify error control only for the first monitoring window, so the paper's principal guarantee—control for every moving window—is not empirically supported as stated.

major comments (2)
  1. [Section 2.2 and Eq. (1)] The cutoff c is calibrated as the empirical α_Δ quantile of M = min_{r+1≤j≤r+Δ} S_j from null datasets of length r+Δ. This directly controls the first monitoring window only. Eq. (1), however, requires P(∪_{j=t+1}^{t+Δ}{S_j≤c}) ≤ α_Δ for every t≥r. Section 3.1 varies the run-in length r, which shifts the pre-window data, but never evaluates windows beginning at later times. Section 3.2's null evaluation also uses datasets of length r+Δ and checks only the window (r+1,...,r+Δ). The claim that the procedure controls the sFWER for any moving window is therefore supported only for the first window. Please add simulations with long null series (T >> r+Δ) and report the empirical false-alarm rate for windows starting at t = r+1, r+2, ..., T-Δ, or at minimum at t = r+1 and t = r+Δ+1. Without such evidence, Eq. (1) remains an assumption rather than a demonstrated property.
  2. [Section 2.3 and Eq. (4)] Even under i.i.d. Gaussian null data, the distribution of S_t = min_{t-db≤k≤t-1} p_k may depend on t because each candidate p-value p_k is computed using data accumulated up to time t, and the amount of pre-candidate data changes as k increases. The Discussion acknowledges that the procedure assumes the data are stable under the null, but this stationarity of the raw data does not automatically imply stationarity of the joint distribution of (S_{t+1},...,S_{t+Δ}) for different t. The paper should either provide a formal argument or empirical evidence that the null distribution of S_t is invariant across monitoring days for the VC* statistic. In particular, Section 3.1's check across run-in lengths is not a check of later-window behavior. If the null distribution of S_t changes with t, the calibrated cutoff may fail to control the sFWER for later windows even under a perfectly stationary
minor comments (4)
  1. [Table 1] The unadjusted procedure's rejection rates are identical for α_Δ=0.1 and α_Δ=0.2 (e.g., 0.18 for p=1, Δ=7), which is expected because it uses a fixed 0.05 threshold. This duplication is not explained in the table or text; a note would avoid confusion.
  2. [Section 3.2] The Monte Carlo sample size is B=1000. For a target α_Δ=0.1, the standard error of the estimated type I error is approximately 0.0095; for α_Δ=0.2, approximately 0.013. The observed values (e.g., 0.23 for p=10, α_Δ=0.2, Δ=7) are within reasonable Monte Carlo variability, but adding standard errors or confidence intervals to Table 1 would help the reader assess deviations from the target.
  3. [Section 4.2] The real-data calibration uses a pooled correlation matrix estimated from all available data, including data after potential change points. Because the analysis is retrospective and explicitly illustrative, this is not fatal, but the text should state more clearly that the null model for cutoff calibration is not independent of the data being monitored. Supplement S2 is cited for insensitivity to correlation structure, but the main text would benefit from one sentence explaining this limitation.
  4. [Figure 1 caption] The caption says error bars show variability across bootstrap samples, but the number of bootstrap resamples and the resampling scheme are not specified in the main text. Please provide those details.

Circularity Check

2 steps flagged · score 6.0 of 10

The null sFWER 'demonstration' re-evaluates the fitted quantile, and the any-window guarantee is asserted from a first-window calibration.

  1. fitted input called prediction [Section 3.2 (sFWER evaluation), Table 1; Section 2.2 calibration]
    "To evaluate sFWER, we generate an additional B=1000 null datasets of length r+Δ and record whether at least one false alarm occurred during the monitoring window, i.e., whether M≤c."

    The cutoff c was defined in Section 2.2 as the empirical α_Δ quantile of M = min_{r+1≤j≤r+Δ} S_j under null simulations of length r+Δ. The null sFWER evaluation counts the event M≤c on new datasets of the same length and same null model. This is the empirical CDF at the fitted quantile, so the rejection rate is forced to approximate α_Δ up to Monte Carlo error. The claimed 'demonstration' of error control is therefore a restatement of the calibration step, not an independent prediction.

  2. self definitional [Section 2.2, Eq. (1)-(3)]
    "By construction, this procedure controls the probability of at least one false alarm within any monitoring window of length Δ at approximately α_Δ."

    The construction in Section 2.2 generates only the first monitoring window (r+1,...,r+Δ) and sets c to its empirical quantile. Eq. (1) requires control for every t≥r. For t>r+1, control does not follow from the construction; it requires the additional, untested assumption that the joint null distribution of (S_{t+1},...,S_{t+Δ}) equals that of (S_{r+1},...,S_{r+Δ}). The phrase 'any monitoring window' converts the first-window quantile control into a universal guarantee by definition, though the later-window property is never simulated or verified.

full rationale

The core derivation has a genuine circular component: the simulation-based cutoff is the empirical quantile of M, and the null sFWER evaluation uses the same M over the same window length, so the empirical rejection rate is the fitted quantile's CDF evaluated at itself. This validation cannot fail to approximate the target. Separately, the central inequality Eq. (1) promises control for all t≥r, but the calibration only constructs the first window; the paper's 'By construction ... any monitoring window' is an overclaim unless the null distribution is stationary across later windows, a condition the simulations never exercise (they stop at r+Δ). The Discussion admits the stationarity assumption ('the proposed calibration procedure assumes that the data are stable under the null hypothesis'), which confirms the gap but does not make it circular. The self-citations to Martin et al. (2026) for the VC* statistic and preprocessing are not load-bearing for the calibration logic; the real-data application's use of full data to estimate the pooled correlation matrix is a retrospective data-dependence acknowledged as illustrative. Overall, parts of the central claim reduce to construction, but the method retains independent content in power comparisons and practical implementation, yielding partial circularity rather than complete equivalence.

Assumptions & free parameters 5 free parameters · 4 assumptions · 0 invented entities

The central claim rests on the null simulation model, the first-window-to-all-windows stationarity assumption, and the validity of the VC* permutation p-values. The calibrated cutoff c is not a hidden fitted parameter in the simulations (it is the object being estimated), but in the real-data application, correlation matrices are computed from all available data, which weakens the prospective interpretation. No invented entities are introduced.

free parameters (5)
  • Calibrated detection threshold c
    Empirical α_Δ quantile of simulated null window minimum; the object the procedure estimates, not a hidden tuning parameter.
  • Candidate lookback db = 7
    Fixed to 7 in all simulations and application; affects dependence of S_t.
  • Run-in length r = 30 (simulations), 14 (application)
    Chosen by hand; underlies the stationarity assumption.
  • Simulation size B / permutation resamples = B=1000; 5000 permutations
    Computational choices that set Monte Carlo error of the cutoff and p-values.
  • Covariance regularization parameter = 0.1
    Used only in the real-data application for covariance estimation.
assumptions (4)
  • domain assumption The monitoring statistic sequence S_t is stationary under the null after the run-in period, so the first-window null distribution of M equals the distribution for every later window.
    Section 2.2 calibrates using only days r+1..r+Δ (Eq. 1 requires control for every t≥r); Section 3.1 tests sensitivity to r but does not verify windows at arbitrary t.
  • domain assumption The null data generation model (i.i.d. N_p(0,I_p) in simulations; pooled correlation matrix in application) correctly represents the real data-generating process under no change point.
    Calibration is only as valid as the simulation model; acknowledged in Discussion ('assumes that the data are stable under the null').
  • domain assumption Permutation-based p-values from VC* are valid under the null (uniform or conservative) so that S_t=min p_k is a meaningful statistic.
    Section 2.3 relies on permutation p-values from Martin et al. (2026); no proof of validity is given in this paper.
  • standard math Standard probability/quantile estimation (Monte Carlo) is valid.
    Empirical quantile converges to the true quantile as B grows; used throughout Section 2.2.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Sequential Control of False Positives in Online Change Point Detection." pith.science (2026). https://pith.science/paper/TDG3LTL7

@misc{pith2026260715423,
  author       = {Pith},
  title        = {Pith review of: Sequential Control of False Positives in Online Change Point Detection},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/TDG3LTL7}},
  note         = {Machine review of arXiv:2607.15423}
}
read the original abstract

Online change point detection is the process of identifying distributional changes in time-ordered data in real time. In applications such as mobile health (mHealth), repeated testing is often performed as new data arrive, creating a multiple testing problem. Traditional approaches for controlling the family-wise error rate (FWER) are not well suited to this setting because the tests are highly dependent and the number of tests is not fixed in advance. In this work, we introduce a sequential family-wise error rate (sFWER), defined as the probability of at least one false positive within a moving monitoring window. We propose a simulation-based calibration procedure to estimate monitoring thresholds that control the sFWER at a desired level. Through simulation studies, we demonstrate that the proposed procedure achieves the desired error control, while commonly used alternatives are either overly conservative or fail to adequately control false alarms. Finally, we illustrate the proposed approach using passively collected smartphone data from a cohort of adolescents and young adults with affective instability.

Figures

Figures reproduced from arXiv: 2607.15423 by the authors.

Figure 1
Figure 1. Estimated calibrated cutoffs across run-in lengths. Points show the estimated cutoff, and [PITH_FULL_IMAGE:figures/full_fig_p012_1.png] view at source ↗
Figure 2
Figure 2. Detected change points for each participant using the proposed monitoring procedure. [PITH_FULL_IMAGE:figures/full_fig_p013_2.png] view at source ↗

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

180 extracted references · 104 canonical work pages

  1. [1]

    Biometrika , author =

    Group sequential methods in the design and analysis of clinical trials , volume =. Biometrika , author =. 1977 , pages =. doi:10.1093/biomet/64.2.191 , abstract =

  2. [2]

    Journal of the Royal Statistical Society Series B: Statistical Methodology , author =

    Optimal. Journal of the Royal Statistical Society Series B: Statistical Methodology , author =. 2003 , pages =. doi:10.1111/1467-9868.00389 , abstract =

  3. [3]

    Hui, S. L. and Walter, S. D. , year =. Estimating the. Biometrics , publisher =. doi:10.2307/2530508 , abstract =

  4. [5]

    doi:10.1002/sim.9097 , abstract =

    Estimation of diagnostic test accuracy:. doi:10.1002/sim.9097 , abstract =

  5. [6]

    Statistics in Biopharmaceutical Research , author =

    Evaluating. Statistics in Biopharmaceutical Research , author =

  6. [7]

    Estimating

    Bradbrook, Keighly , month = jan, year =. Estimating. doi:https://doi.org/10.25772/9RB0-1G73 , journal =

  7. [8]

    Evaluating and

    He, Jun , month = jan, year =. Evaluating and. doi:https://doi.org/10.25772/W7XY-9056 , journal =

  8. [9]

    and Hackworth, Olivia and Almirall, Daniel , year =

    Seewald, Nicholas J. and Hackworth, Olivia and Almirall, Daniel , year =. Sequential,. Principles and. doi:10.1007/978-3-319-52677-5_280-1 , pages =

Show all 180 references
  1. [10]

    Isabel and Ortega, María Victoria and Garrido-Aranda, Alicia and Lavado-Valenzuela, Rocío and Álvarez, Martina and Alba, Emilio and Comino-Méndez, Iñaki , month = may, year =

    Velasco-Suelto, Jesús and Quirós-Ortega, María Elena and Pascual, Javier and Godoy-Ortiz, Ana and Alba-Bernal, Alfonso and López-López, Esperanza and Domínguez-Recio, María Emilia and Jiménez-Rodríguez, Begoña and Peralta-Linero, Jesús and Bellagarza-García, Estefanía and Troy...

  2. [11]

    and To, Briana and Mestres-Villanueva, Mariella A

    Prasath, Vishnu and Jhawar, Sachin R. and To, Briana and Mestres-Villanueva, Mariella A. and Schneider, Bryan P. and Reátegui, Eduardo and Stover, Daniel G. , month = oct, year =. Detection and. JCO Precision Oncology , publisher =. doi:10.1200/PO-25-00170 , number =

  3. [12]

    and Pan, Tien-chi and Pant, Dhruv and Chen, Yan and Woodfield, George and Graves, Jewell and Lawrence-Paul, Matthew R

    Chislock, Elizabeth M. and Pan, Tien-chi and Pant, Dhruv and Chen, Yan and Woodfield, George and Graves, Jewell and Lawrence-Paul, Matthew R. and Belka, George K. and Wang, Jianping and Bayne, Lauren and Blanchard, Tatiana and Smith, Meaghan and Ji, Xiaodan and Shih, Natalie N...

  4. [13]

    and Manon, Nayelis A

    Magbanua, Mark Jesus M. and Manon, Nayelis A. and Wolf, Denise M. and Rivero-Hinojosa, Samuel and Ahmed, Ziad and Sayaman, Rosalyn W. and Tin, Antony and Renner, Derrick and Kalashnikova, Ekaterina and Brown-Swigart, Lamorna and Hirst, Gillian L. and Yau, Christina and Li, Wen...

  5. [14]

    Nature Medicine , author =

    Targeting dormant tumor cells to prevent recurrent breast cancer: a randomized phase 2 trial , volume =. Nature Medicine , author =. 2025 , keywords =. doi:10.1038/s41591-025-03877-3 , abstract =

  6. [15]

    2022 , pages =

    Annals of Behavioral Medicine , author =. 2022 , pages =. doi:10.1093/abm/kaab061 , abstract =

  7. [16]

    Journal of Clinical Epidemiology , author =

    Sequential multiple assignment randomized trial studies should report all key components: a systematic review , volume =. Journal of Clinical Epidemiology , author =. 2022 , keywords =. doi:10.1016/j.jclinepi.2021.11.007 , abstract =

  8. [17]

    Patient Education and Counseling , author =

    Adaptive web-based stress management programs among adults with a cardiovascular disease:. Patient Education and Counseling , author =. 2022 , keywords =. doi:10.1016/j.pec.2021.10.020 , abstract =

  9. [18]

    Pain Medicine , author =

    The design and rationale of the. Pain Medicine , author =. 2025 , pages =. doi:10.1093/pm/pnaf032 , abstract =

  10. [19]

    Research in Nursing & Health , author =

    Reflexology and meditative practices for symptom management among people with cancer:. Research in Nursing & Health , author =. 2021 , note =. doi:10.1002/nur.22169 , abstract =

  11. [20]

    Contemporary Clinical Trials , author =

    A sequential multiple assignment randomized trial (. Contemporary Clinical Trials , author =. 2020 , keywords =. doi:10.1016/j.cct.2020.106089 , abstract =

  12. [21]

    Nicotine & Tobacco Research , author =

    Prize-. Nicotine & Tobacco Research , author =. 2025 , pages =. doi:10.1093/ntr/ntae243 , abstract =

  13. [22]

    2024 , keywords =

    Contemporary Clinical Trials , author =. 2024 , keywords =. doi:10.1016/j.cct.2024.107444 , abstract =

  14. [23]

    Dynamic treatment regimes: practical design considerations , volume =

    Lavori, Philip W and Dawson, Ree , month = feb, year =. Dynamic treatment regimes: practical design considerations , volume =. Clinical Trials , publisher =. doi:10.1191/1740774504cn002oa , abstract =

  15. [24]

    Statistics in Medicine , author =

    An experimental design for the development of adaptive treatment strategies , volume =. Statistics in Medicine , author =. 2005 , note =. doi:10.1002/sim.2022 , abstract =

  16. [25]

    and Hussain, Cory and Lee, Jennifer A

    Chaparro, Juan D. and Hussain, Cory and Lee, Jennifer A. and Hehmeyer, Jessica and Nguyen, Manjusri and Hoffman, Jeffrey , month = jan, year =. Reducing. Applied Clinical Informatics , publisher =. doi:10.1055/s-0039-3402757 , abstract =

  17. [26]

    Woo, Meghan and Bacon, Olivia , month = mar, year =. Alarm. Making

  18. [27]

    Journal of electrocardiology , author =

    A. Journal of electrocardiology , author =. 2018 , pages =. doi:10.1016/j.jelectrocard.2018.07.024 , abstract =

  19. [28]

    Lan, K. K. Gordon and DeMets, David L. , year =. Discrete. Biometrika , publisher =. doi:10.2307/2336502 , abstract =

  20. [29]

    and Fleming, Thomas R

    O'Brien, Peter C. and Fleming, Thomas R. , year =. A. Biometrics , publisher =. doi:10.2307/2530245 , abstract =

  21. [30]

    Pubblicazioni del R Istituto Superiore di Scienze Economiche e Commericiali di Firenze , author =

    Teoria statistica delle classi e calcolo delle probabilita , volume =. Pubblicazioni del R Istituto Superiore di Scienze Economiche e Commericiali di Firenze , author =. 1936 , pages =

  22. [31]

    Westfall, P. H. and Young, S. S. and Wright, S. Paul , year =. On. Biometrics , publisher =. doi:10.2307/2532216 , number =

  23. [32]

    Knowledge and Information Systems , author =

    A survey of methods for time series change point detection , volume =. Knowledge and Information Systems , author =. 2017 , keywords =. doi:10.1007/s10115-016-0987-z , abstract =

  24. [33]

    Journal of the American Statistical Association , author =

    Rectangular. Journal of the American Statistical Association , author =. 1967 , pages =. doi:10.1080/01621459.1967.10482935 , language =

  25. [34]

    and Barnett, Ian J

    Martin, Melissa Lynne and Brook, Juliette and Rush, Sage and Satterthwaite, Theodore D. and Barnett, Ian J. , month = jan, year =. Variance component score test for multivariate change point detection with applications to mobile health , url =. doi:10.48550/arXiv.2601.22147 , ...

  26. [35]

    JMIR mHealth and uHealth , author =

    Correlations. JMIR mHealth and uHealth , author =. 2018 , pages =. doi:10.2196/mhealth.9691 , abstract =

  27. [36]

    JMIR mHealth and uHealth , author =

    Predicting. JMIR mHealth and uHealth , author =. 2021 , pages =. doi:10.2196/26540 , abstract =

  28. [37]

    JAMA Network Open , author =

    Passive. JAMA Network Open , author =. 2025 , pages =. doi:10.1001/jamanetworkopen.2025.19047 , abstract =

  29. [38]

    Depression and anxiety , author =

    The accuracy of passive phone sensors in predicting daily mood , volume =. Depression and anxiety , author =. 2019 , pages =. doi:10.1002/da.22822 , abstract =

  30. [39]

    Biometrika , author =

    Variance component testing in generalised linear models with random effects , volume =. Biometrika , author =. 1997 , pages =. doi:10.1093/biomet/84.2.309 , abstract =

  31. [41]

    Biometrics , author =

    The. Biometrics , author =. 2003 , pages =. doi:10.1111/1541-0420.00032 , abstract =

  32. [42]

    Journal of the American Academy of Child & Adolescent Psychiatry , author =

    The. Journal of the American Academy of Child & Adolescent Psychiatry , author =. 1997 , keywords =. doi:10.1097/00004583-199704000-00018 , abstract =

  33. [47]

    Personality and Individual Differences , author =

    Reliability and validity of a brief measure of sensation seeking , volume =. Personality and Individual Differences , author =. 2002 , keywords =. doi:10.1016/S0191-8869(01)00032-0 , abstract =

  34. [48]

    Neuropsychopharmacology: Official Publication of the American College of Neuropsychopharmacology , author =

    Relapse prediction in schizophrenia through digital phenotyping: a pilot study , volume =. Neuropsychopharmacology: Official Publication of the American College of Neuropsychopharmacology , author =. 2018 , keywords =. doi:10.1038/s41386-018-0030-z , abstract =

  35. [49]

    Current Psychiatry Reports , author =

    Realizing the. Current Psychiatry Reports , author =. 2015 , keywords =. doi:10.1007/s11920-015-0602-0 , abstract =

  36. [55]

    Technometrics , author =

    Multivariate. Technometrics , author =. 1988 , pages =. doi:10.1080/00401706.1988.10488402 , language =

  37. [56]

    Xia, C. H. and Barnett, I. and Tapera, Tinashe M. and Adebimpe, A. and Baker, J. T. and Bassett, D. S. and Brotman, M. A. and Calkins, M. E. and Cui, Z. and Leibenluft, E. and Linguiti, S. and Lydon-Staley, D. M. and Martin, M. L. and Moore, T. M. and Murtha, K. and Piiwaa, K....

  38. [57]

    Harvard Review of Psychiatry , author =

    Methodology and. Harvard Review of Psychiatry , author =. 2017 , pages =. doi:10.1097/HRP.0000000000000133 , abstract =

  39. [58]

    Our World in Data , author =

    Mental. Our World in Data , author =

  40. [59]

    Biostatistics , author =

    Inferring mobility measures from. Biostatistics , author =. 2020 , pages =. doi:10.1093/biostatistics/kxy059 , abstract =

  41. [61]

    Journal of multivariate analysis , author =

    High. Journal of multivariate analysis , author =. 2022 , pages =. doi:10.1016/j.jmva.2021.104833 , abstract =

  42. [63]

    The American Journal of Human Genetics , author =

    Haplotype-. The American Journal of Human Genetics , author =. 2007 , pages =. doi:10.1086/521558 , language =

  43. [64]

    Applied Intelligence , author =

    Finder:. Applied Intelligence , author =. 2022 , keywords =. doi:10.1007/s10489-021-02532-x , abstract =

  44. [65]

    JMIR mental health , author =

    Detection of. JMIR mental health , author =. 2020 , keywords =. doi:10.2196/21378 , abstract =

  45. [67]

    Computers & Industrial Engineering , author =

    Change-point detection for shifts in control charts using fuzzy shift change-point algorithms , volume =. Computers & Industrial Engineering , author =. 2016 , keywords =. doi:10.1016/j.cie.2015.12.002 , abstract =

  46. [68]

    Personality and Individual Differences , author =

    Brief assessment of schizotypy:. Personality and Individual Differences , author =. 2011 , keywords =. doi:10.1016/j.paid.2011.07.027 , abstract =

  47. [69]

    Financial Internet Quarterly , author =

    Bayesian. Financial Internet Quarterly , author =. 2022 , pages =. doi:10.2478/fiqf-2021-0025 , abstract =

  48. [73]

    Archives of General Psychiatry , author =

    An. Archives of General Psychiatry , author =. 1961 , pages =. doi:10.1001/archpsyc.1961.01710120031004 , abstract =

  49. [77]

    , year =

    Hotelling, H. , year =. Multivariate. Techniques of Statistical Analysis , publisher =

  50. [78]

    IEEE Access , author =

    Multi-. IEEE Access , author =. 2020 , pages =. doi:10.1109/ACCESS.2020.2984571 , abstract =

  51. [79]

    Journal of Applied Statistics , author =

    Modeling the effects of multiple exposures with unknown group memberships: a. Journal of Applied Statistics , author =. doi:10.1080/02664763.2020.1843611 , abstract =

  52. [88]

    Academic radiology , author =

    Multi-. Academic radiology , author =. 2013 , pages =. doi:10.1016/j.acra.2013.09.010 , abstract =

  53. [89]

    2012 , pages =

    Radiology , author =. 2012 , pages =. doi:10.1148/radiol.12120208 , language =

  54. [90]

    2018 , pages =

    Journal of Neuroimaging , author =. 2018 , pages =. doi:10.1111/jon.12506 , abstract =

  55. [93]

    Brain , author =

    The pathogenesis of lesions and normal-appearing white matter changes in multiple sclerosis:. Brain , author =. 2000 , pages =. doi:10.1093/brain/123.8.1667 , language =

  56. [94]

    IEEE transactions on pattern analysis and machine intelligence , author =

    Multi-. IEEE transactions on pattern analysis and machine intelligence , author =. 2013 , pages =. doi:10.1109/TPAMI.2012.143 , abstract =

  57. [95]

    NeuroImage : Clinical , author =

    Statistical normalization techniques for magnetic resonance imaging , volume =. NeuroImage : Clinical , author =. 2014 , pages =. doi:10.1016/j.nicl.2014.08.008 , abstract =

  58. [97]

    2014 , pages =

    BioMed Research International , author =. 2014 , pages =. doi:10.1155/2014/312142 , abstract =

  59. [100]

    B, A. B. and Nick, T. and Hans, J. , pages =. Advanced

  60. [101]

    New England Journal of Medicine , author =

    Multiple. New England Journal of Medicine , author =. 2018 , pages =. doi:10.1056/NEJMra1401483 , language =

  61. [102]

    Current Neurology and Neuroscience Reports , author =

    Misdiagnosis of. Current Neurology and Neuroscience Reports , author =. 2013 , pages =. doi:10.1007/s11910-013-0403-y , abstract =

  62. [103]

    Nature Reviews Neurology , author =

    The tension between early diagnosis and misdiagnosis of multiple sclerosis , volume =. Nature Reviews Neurology , author =. 2017 , pages =. doi:10.1038/nrneurol.2017.106 , abstract =

  63. [104]

    Journal of the Neurological Sciences , author =

    The onset and progression of the lesion in multiple sclerosis , volume =. Journal of the Neurological Sciences , author =. 1975 , pages =. doi:10.1016/0022-510X(75)90138-0 , abstract =

  64. [107]

    2017 , keywords =

    European Radiology , author =. 2017 , keywords =. doi:10.1007/s00330-017-4822-z , abstract =

  65. [108]

    central vein sign

    Preventing multiple sclerosis misdiagnosis using the “central vein sign”:. Multiple Sclerosis and Related Disorders , author =. 2021 , keywords =. doi:10.1016/j.msard.2020.102671 , abstract =

  66. [111]

    The R journal , author =

    fslr:. The R journal , author =. 2015 , pages =

  67. [115]

    and Matt, H

    Kyle, W. and Matt, H. , year =. tidycensus:

  68. [116]

    Neurology - Neuroimmunology Neuroinflammation , author =

    Neuromyelitis optica spectrum disorders:. Neurology - Neuroimmunology Neuroinflammation , author =. doi:10.1212/NXI.0000000000000225 , abstract =

  69. [117]

    Neuroepidemiology , author =

    Multiple. Neuroepidemiology , author =. 2018 , pages =. doi:10.1159/000484213 , abstract =

  70. [118]

    JAMA Neurology , author =

    Health. JAMA Neurology , author =. 2021 , pages =. doi:10.1001/jamaneurol.2021.3416 , abstract =

  71. [121]

    Journal of Neurology , author =

    Early use of high-efficacy disease‑modifying therapies makes the difference in people with multiple sclerosis: an expert opinion , volume =. Journal of Neurology , author =. 2022 , keywords =. doi:10.1007/s00415-022-11193-w , abstract =

  72. [124]

    , year =

    Vivitrol, V. , year =

  73. [125]

    JAMA Neurology , author =

    Clinical. JAMA Neurology , author =. 2019 , pages =. doi:10.1001/jamaneurol.2018.4905 , abstract =

  74. [126]

    JAMA Neurology , author =

    Treatment. JAMA Neurology , author =. 2021 , pages =. doi:10.1001/jamaneurol.2021.2738 , abstract =

  75. [127]

    American Journal of Roentgenology , author =

    Effect of. American Journal of Roentgenology , author =. 2023 , pages =. doi:10.2214/AJR.22.27731 , abstract =

  76. [129]

    American Journal of Neuroradiology , author =

    Gadolinium. American Journal of Neuroradiology , author =. 2014 , pages =. doi:10.3174/ajnr.A3917 , abstract =

  77. [131]

    European Radiology , author =

    Improved differentiation between. European Radiology , author =. 2014 , keywords =. doi:10.1007/s00330-013-3080-y , abstract =

  78. [136]

    Diagnostics (Basel, Switzerland) , author =

    The. Diagnostics (Basel, Switzerland) , author =. 2020 , keywords =. doi:10.3390/diagnostics10121025 , abstract =

  79. [139]

    Frontiers in Neurology , author =

    Central vein sign and diffusion. Frontiers in Neurology , author =

  80. [140]

    PeerJ , author =

    scikit-image: image processing in. PeerJ , author =. 2014 , pages =. doi:10.7717/peerj.453 , abstract =

  81. [141]

    and A., B

    Snehashis, R. and A., B. J. and S., R. D. and A., C. P. and L., P. D. , month = mar, year =. Multiple

  82. [143]

    and Mirco, M

    Luca, C. and Mirco, M. , month = sep, year =. Trajectories of depression: unobtrusive monitoring of depressive states by means of smartphone mobility traces analysis , isbn =. Proceedings of the 2015. doi:10.1145/2750858.2805845 , language =

  83. [144]

    Toward clinical digital phenotyping: a timely opportunity to consider purpose, quality, and safety

  84. [145]

    R., R. C. and Bo, W. , month = jan, year =. On change point detection using the fused lasso method , url =. doi:10.48550/arXiv.1401.5408 , abstract =

  85. [146]

    Digital phenotyping of suicidal thoughts -

  86. [147]

    Relapse prediction in schizophrenia through digital phenotyping: a pilot study

  87. [148]

    Anomaly detection to predict relapse risk in schizophrenia

  88. [149]

    Neuropsychopharmacology , author =

    Harnessing. Neuropsychopharmacology , author =. 2016 , keywords =. doi:10.1038/npp.2016.7 , language =

  89. [150]

    Opportunities and challenges in the collection and analysis of digital phenotyping data

  90. [151]

    IEEE Pervasive Computing , author =

    Smartphones in. IEEE Pervasive Computing , author =. 2015 , keywords =. doi:10.1109/MPRV.2015.54 , abstract =

  91. [152]

    Proceedings of the 2009

  92. [153]

    Multivariate time series anomaly detection:

  93. [154]

    Journal of the American Statistical Association , author =

    A. Journal of the American Statistical Association , author =. 2014 , keywords =. doi:10.1080/01621459.2013.849605 , abstract =

  94. [155]

    A framework of change‐point detection for multivariate hydrological series -

  95. [156]

    Translational Psychiatry , author =

    Anomaly detection to predict relapse risk in schizophrenia , volume =. Translational Psychiatry , author =. 2021 , keywords =. doi:10.1038/s41398-020-01123-7 , abstract =

  96. [157]

    and Konstantinos, P

    Farhad, H. and Konstantinos, P. and Johnathan, C. and Sach, M. and Frank, D. , month = nov, year =. Penalized longitudinal mixed models with latent group structure, with an application in neurodegenerative diseases , url =. doi:10.1101/2020.11.10.20229302 , abstract =

  97. [158]

    Therapeutic Advances in Neurological Disorders , author =

    Health economics of disease-modifying therapy for multiple sclerosis in the. Therapeutic Advances in Neurological Disorders , author =. 2021 , pages =. doi:10.1177/1756286420987031 , abstract =

  98. [159]

    Techniques of Statistical Analysis , author =

    Multivariate. Techniques of Statistical Analysis , author =

  99. [160]

    Neuropsychopharmacology , author =

    Mobile footprinting: linking individual distinctiveness in mobility patterns to mood, sleep, and brain functional connectivity , volume =. Neuropsychopharmacology , author =. 2022 , keywords =. doi:10.1038/s41386-022-01351-z , abstract =

  100. [161]

    Methodology and Computing in Applied Probability , author =

    State-of-the-. Methodology and Computing in Applied Probability , author =. 2012 , keywords =. doi:10.1007/s11009-011-9256-5 , abstract =

  101. [162]

    Journal of Medical Internet Research , author =

    The. Journal of Medical Internet Research , author =. 2018 , pages =. doi:10.2196/11168 , abstract =

  102. [163]

    Brain: A Journal of Neurology , author =

    Brain atrophy in clinically early relapsing-remitting multiple sclerosis , volume =. Brain: A Journal of Neurology , author =. 2002 , keywords =. doi:10.1093/brain/awf025 , abstract =

  103. [164]

    Radiology , author =

    Small vessels in the human brain:. Radiology , author =. 1997 , keywords =. doi:10.1148/radiology.204.1.9205259 , abstract =

  104. [165]

    Magma (New York, N.Y.) , author =

    High-resolution venography of the brain using magnetic resonance imaging , volume =. Magma (New York, N.Y.) , author =. 1998 , keywords =. doi:10.1007/BF02662513 , abstract =

  105. [166]

    American journal of neuroradiology , author =

    AJNR. American journal of neuroradiology , author =. 2000 , keywords =

  106. [167]

    Neurology , author =

    Demonstrating the perivascular distribution of. Neurology , author =. 2008 , keywords =. doi:10.1212/01.wnl.0000313377.49555.2e , language =

  107. [168]

    Journal of Computer Assisted Tomography , author =

    Characterization of multiple sclerosis plaques using susceptibility-weighted imaging at 1.5. Journal of Computer Assisted Tomography , author =. 2015 , keywords =. doi:10.1097/RCT.0000000000000233 , abstract =

  108. [169]

    Journal of Neuroimaging: Official Journal of the American Society of Neuroimaging , author =

    The. Journal of Neuroimaging: Official Journal of the American Society of Neuroimaging , author =. 2017 , keywords =. doi:10.1111/jon.12367 , abstract =

  109. [170]

    JAMA neurology , author =

    Central veins in brain lesions visualized with high-field magnetic resonance imaging: a pathologically specific diagnostic biomarker for inflammatory demyelination in the brain , volume =. JAMA neurology , author =. 2013 , keywords =. doi:10.1001/jamaneurol.2013.1405 , abstract =

  110. [171]

    Value of. AJNR. American journal of neuroradiology , author =. 2020 , keywords =. doi:10.3174/ajnr.A6547 , abstract =

  111. [173]

    Multiple Sclerosis (Houndmills, Basingstoke, England) , author =

    Susceptibility-based imaging aids accurate distinction of pediatric-onset. Multiple Sclerosis (Houndmills, Basingstoke, England) , author =. 2023 , keywords =. doi:10.1177/13524585231204414 , abstract =

  112. [174]

    American journal of neuroradiology , author =

    AJNR. American journal of neuroradiology , author =. 2020 , keywords =. doi:10.3174/ajnr.A6437 , abstract =

  113. [175]

    Multiple Sclerosis (Houndmills, Basingstoke, England) , author =

    Rapid, high-resolution, whole-brain, susceptibility-based. Multiple Sclerosis (Houndmills, Basingstoke, England) , author =. 2014 , keywords =. doi:10.1177/1352458514525868 , abstract =

  114. [176]

    Multiple Sclerosis (Houndmills, Basingstoke, England) , author =

    Single. Multiple Sclerosis (Houndmills, Basingstoke, England) , author =. 2020 , keywords =. doi:10.1177/1352458519882282 , abstract =

  115. [177]

    Multiple Sclerosis (Houndmills, Basingstoke, England) , author =

    Lesion morphology at 7. Multiple Sclerosis (Houndmills, Basingstoke, England) , author =. 2012 , keywords =. doi:10.1177/1352458512441270 , abstract =

  116. [179]

    Multiple Sclerosis (Houndmills, Basingstoke, England) , author =

    A multicenter pilot study evaluating simplified central vein assessment for the diagnosis of multiple sclerosis , volume =. Multiple Sclerosis (Houndmills, Basingstoke, England) , author =. 2024 , keywords =. doi:10.1177/13524585231214360 , abstract =

  117. [180]

    Psychiatry Research , author =

    The. Psychiatry Research , author =. 1989 , keywords =. doi:10.1016/0165-1781(89)90047-4 , abstract =

  118. [181]

    and S., P

    Andrey, P. and S., P. A. , month = dec, year =. Real-time financial surveillance via quickest change-point detection methods , url =. doi:10.48550/arXiv.1509.01570 , abstract =

  119. [182]

    JMIR Mental Health , author =

    New. JMIR Mental Health , author =. 2016 , pages =. doi:10.2196/mental.5165 , abstract =

  120. [183]

    IEEE Access , author =

    Unsupervised. IEEE Access , author =. 2022 , keywords =. doi:10.1109/ACCESS.2022.3162399 , abstract =

  121. [185]

    Journal of Quality Technology , author =

    The. Journal of Quality Technology , author =. 2003 , keywords =. doi:10.1080/00224065.2003.11980233 , abstract =

  122. [186]

    and Dogyoon, S

    Robert, M. and Dogyoon, S. and D., R. B. and Hero, I. A. O. , month = feb, year =. High-. doi:10.48550/arXiv.2502.05377 , abstract =

  123. [187]

    Quality and Reliability Engineering International , author =

    Change. Quality and Reliability Engineering International , author =. 2012 , keywords =. doi:10.1002/qre.1266 , abstract =

  124. [188]

    http://jmirpublications-19668141.hs-sites.com/hs-web-interactive-19668141-172519389611 , shorttitle =

  125. [189]

    1954 , pages =

    Biometrika , author =. 1954 , pages =. doi:10.1093/biomet/41.1-2.100 , number =

  126. [190]

    Annual Review of Clinical Psychology , author =

    Personal. Annual Review of Clinical Psychology , author =. 2017 , pages =. doi:10.1146/annurev-clinpsy-032816-044949 , abstract =

  127. [192]

    Frontiers in Psychology , author =

    Assessment of. Frontiers in Psychology , author =. 2018 , keywords =. doi:10.3389/fpsyg.2018.00427 , abstract =

  128. [194]

    Journal of Personality and Social Psychology , author =

    Behavioral inhibition, behavioral activation, and affective responses to impending reward and punishment:. Journal of Personality and Social Psychology , author =. 1994 , keywords =. doi:10.1037/0022-3514.67.2.319 , abstract =

  129. [195]

    M., A. L. and A., S. G. and M., S. J. and P., M. M. , month = oct, year =. Balancing. doi:10.1101/207019 , abstract =

  130. [196]

    Journal of Personality Disorders , author =

    Reliability and. Journal of Personality Disorders , author =. 2009 , pages =. doi:10.1521/pedi.2009.23.3.281 , abstract =

  131. [197]

    Aggressive Behavior , author =

    The reactive–proactive aggression questionnaire: differential correlates of reactive and proactive aggression in adolescent boys , volume =. Aggressive Behavior , author =. 2006 , keywords =. doi:10.1002/ab.20115 , abstract =

  132. [198]

    Journal of Child Psychology and Psychiatry , author =

    The. Journal of Child Psychology and Psychiatry , author =. 2012 , note =. doi:10.1111/j.1469-7610.2012.02561.x , abstract =

  133. [199]

    and Anda, Robert F

    Felitti, Vincent J. and Anda, Robert F. and Nordenberg, Dale and Williamson, David F. and Spitz, Alison M. and Edwards, Valerie and Koss, Mary P. and Marks, James S. , month = may, year =. Relationship of. American Journal of Preventive Medicine , publisher =. doi:10.1016/S074...

  134. [200]

    Journal of the Royal Statistical Society: Series B (Methodological) , author =

    Sequential. Journal of the Royal Statistical Society: Series B (Methodological) , author =. 1995 , note =. doi:10.1111/j.2517-6161.1995.tb02052.x , abstract =

  135. [201]

    European Radiology , author =

    Ten years of gadolinium retention and deposition:. European Radiology , author =. 2024 , keywords =. doi:10.1007/s00330-023-10281-3 , abstract =

  136. [202]

    European Radiology , author =

    Use of gadolinium-based contrast agents in multiple sclerosis: a review by the. European Radiology , author =. 2024 , keywords =. doi:10.1007/s00330-023-10151-y , abstract =

  137. [203]

    Multiple Sclerosis (Houndmills, Basingstoke, England) , author =

    Diagnostic performance of central vein sign versus oligoclonal bands for multiple sclerosis , volume =. Multiple Sclerosis (Houndmills, Basingstoke, England) , author =. 2024 , keywords =. doi:10.1177/13524585241271988 , abstract =

  138. [204]

    JAMA neurology , author =

    Evaluation of the. JAMA neurology , author =. 2019 , keywords =. doi:10.1001/jamaneurol.2019.2478 , abstract =

  139. [205]

    Neurology , author =

    Distinct lesion morphology at 7-. Neurology , author =. 2012 , keywords =. doi:10.1212/WNL.0b013e3182648bc8 , abstract =

  140. [206]

    Multiple Sclerosis (Houndmills, Basingstoke, England) , author =

    Imaging central veins in brain lesions with 3-. Multiple Sclerosis (Houndmills, Basingstoke, England) , author =. 2016 , keywords =. doi:10.1177/1352458515616700 , abstract =

  141. [207]

    and Ngo, L.H

    Iezzoni, L.I. and Ngo, L.H. and Kinkel, R.P. , month = jan, year =. Working-age persons with multiple sclerosis and access to disease-modifying medications , volume =. Multiple Sclerosis Journal , publisher =. doi:10.1177/1352458507080466 , abstract =

  142. [208]

    , month = feb, year =

    Kaisey, Marwa and Solomon, Andrew J. , month = feb, year =. Multiple. Neurologic Clinics , publisher =. doi:10.1016/j.ncl.2023.07.001 , language =

  143. [209]

    , month = apr, year =

    Choi, Seongjin and Spini, Margaret and Hua, Jun and Harrison, Daniel M. , month = apr, year =. Blood-brain barrier breakdown in non-enhancing multiple sclerosis lesions detected by 7-. PLOS ONE , publisher =. doi:10.1371/journal.pone.0249973 , abstract =

  144. [210]

    and Reich, Daniel S

    Roy, Snehashis and Butman, John A. and Reich, Daniel S. and Calabresi, Peter A. and Pham, Dzung L. , month = mar, year =. Multiple

  145. [211]

    Magnetic Resonance in Medicine , author =

    Interleaved susceptibility-weighted and. Magnetic Resonance in Medicine , author =. 2018 , note =. doi:10.1002/mrm.27091 , abstract =

  146. [212]

    Clinical 3-tesla

    George, Ilena C and Sati, Pascal and Absinta, Martina and Cortese, Irene CM and Sweeney, Elizabeth M and Shea, Colin D and Reich, Daniel S , month = oct, year =. Clinical 3-tesla. Multiple Sclerosis Journal , publisher =. doi:10.1177/1352458515624975 , abstract =

  147. [213]

    Diagnostic performance of central vein sign for multiple sclerosis with a simplified three-lesion algorithm , volume =

    Solomon, Andrew J and Watts, Richard and Ontaneda, Daniel and Absinta, Martina and Sati, Pascal and Reich, Daniel S , month = may, year =. Diagnostic performance of central vein sign for multiple sclerosis with a simplified three-lesion algorithm , volume =. Multiple Sclerosis...

  148. [214]

    and Roy, Snehashis and Ohayon, Joan and Pham, Dzung L

    Al-Louzi, Omar and Letchuman, Vijay and Manukyan, Sargis and Beck, Erin S. and Roy, Snehashis and Ohayon, Joan and Pham, Dzung L. and Cortese, Irene and Sati, Pascal and Reich, Daniel S. , month = mar, year =. Central. Neurology Neuroimmunology & Neuroinflammation , publisher ...

  149. [215]

    and Cao, Quy and Amin, Moein and Rodrigues, Paulo and Derbyshire, John and Azevedo, Christina and Bar-Or, Amit and Caverzasi, Eduardo and Calabresi, Peter and Cree, Bruce A

    Daboul, Lynn and O'Donnell, Carly M. and Cao, Quy and Amin, Moein and Rodrigues, Paulo and Derbyshire, John and Azevedo, Christina and Bar-Or, Amit and Caverzasi, Eduardo and Calabresi, Peter and Cree, Bruce A. C. and Freeman, Leorah and Henry, Roland G. and Longbrake, Erin E....

  150. [216]

    , month = nov, year =

    Filippi, Massimo and Bar-Or, Amit and Piehl, Fredrik and Preziosa, Paolo and Solari, Alessandra and Vukusic, Sandra and Rocca, Maria A. , month = nov, year =. Multiple sclerosis , volume =. Nature Reviews Disease Primers , publisher =. doi:10.1038/s41572-018-0041-4 , abstract =

  151. [217]

    Vial, Vivitrol , year =

  152. [218]

    and Johnston, Kirbee A

    Hartung, Daniel M. and Johnston, Kirbee A. and Irwin, Adriane and Markwardt, Sheila and Bourdette, Dennis N. , month = feb, year =. Trends. Health Affairs , publisher =. doi:10.1377/hlthaff.2018.05357 , abstract =

  153. [219]

    and Nichols, Donald E

    Lenahan, Kelly L. and Nichols, Donald E. and Gertler, Rebecca M. and Chambers, James D. , month = nov, year =. Variation. Health Affairs , publisher =. doi:10.1377/hlthaff.2021.00822 , abstract =

  154. [220]

    KFF , author =

    How the. KFF , author =

  155. [221]

    American Journal of Physical Medicine & Rehabilitation , author =

    Multiple. American Journal of Physical Medicine & Rehabilitation , author =. 2003 , pages =. doi:10.1097/01.PHM.0000078199.99484.E2 , abstract =

  156. [222]

    KFF , author =

    Health. KFF , author =

  157. [223]

    and Lukasiewicz, Adam and Gentry, Mark and Kim, Chang-Yeon and Leslie, Michael P

    Hsiang, Walter R. and Lukasiewicz, Adam and Gentry, Mark and Kim, Chang-Yeon and Leslie, Michael P. and Pelker, Richard and Forman, Howard P. and Wiznia, Daniel H. , month = jan, year =. Medicaid. INQUIRY: The Journal of Health Care Organization, Provision, and Financing , pub...

  158. [224]

    and Woolhandler, Steffie and Mejia, Nicte I

    Saadi, Altaf and Himmelstein, David U. and Woolhandler, Steffie and Mejia, Nicte I. , month = jun, year =. Racial disparities in neurologic health care access and utilization in the. Neurology , publisher =. doi:10.1212/WNL.0000000000004025 , abstract =

  159. [225]

    Multiple sclerosis in

    Amezcua, L and Lund, BT and Weiner, LP and Islam, T , month = aug, year =. Multiple sclerosis in. Multiple Sclerosis Journal , publisher =. doi:10.1177/1352458511403025 , abstract =

  160. [226]

    Sepúlveda, Maria and Armangué, Thaís and Sola-Valls, Nuria and Arrambide, Georgina and Meca-Lallana, José E. and Oreja-Guevara, Celia and Mendibe, Mar and Arcaya, Amaya Alvarez de and Aladro, Yolanda and Casanova, Bonaventura and Olascoaga, Javier and Jiménez-Huete, Adolfo and...

  161. [227]

    Hispanic

    Ventura, Rachel E and Antezana, Ariel O and Bacon, Tamar and Kister, Ilya , month = oct, year =. Hispanic. Multiple Sclerosis Journal , publisher =. doi:10.1177/1352458516679894 , abstract =

  162. [228]

    tidycensus:

    Walker, Kyle and Herman, Matt , year =. tidycensus:

  163. [229]

    2010 , note =

    IEEE Transactions on Medical Imaging , author =. 2010 , note =. doi:10.1109/TMI.2010.2046908 , abstract =

  164. [230]

    central vein sign

    Maggi, Pietro and Absinta, Martina and Sati, Pascal and Perrotta, Gaetano and Massacesi, Luca and Dachy, Bernard and Pot, Caroline and Meuli, Reto and Reich, Daniel S and Filippi, Massimo and Pasquier, Renaud Du and Théaudin, Marie , month = apr, year =. The “central vein sign...

  165. [231]

    Annals of Neurology , author =

    Central vein sign differentiates. Annals of Neurology , author =. 2018 , note =. doi:10.1002/ana.25146 , abstract =

  166. [232]

    Annals of Clinical and Translational Neurology , author =

    “. Annals of Clinical and Translational Neurology , author =. 2016 , note =. doi:10.1002/acn3.273 , abstract =

  167. [233]

    Handbook of

    Aliaga, Esther Sánchez and Barkhof, Frederik , year =. Handbook of. doi:10.1016/B978-0-444-52001-2.00012-1 , language =

  168. [234]

    Advanced

    Avants, Brian B and Tustison, Nick and Johnson, Hans , pages =. Advanced

  169. [235]

    FDA , publisher =

    Research, Center for Drug Evaluation and , month = feb, year =. FDA , publisher =

  170. [236]

    Multiple sclerosis: prevalence of the ‘central vein’ sign in white matter lesions on gadolinium-enhanced susceptibility-weighted images , issn =

    Sparacia, Gianvincenzo and Agnello, Francesco and Iaia, Alberto and Banco, Aurelia and Galia, Massimo and Midiri, Massimo , month = apr, year =. Multiple sclerosis: prevalence of the ‘central vein’ sign in white matter lesions on gadolinium-enhanced susceptibility-weighted ima...

  171. [237]

    Nature Reviews Neurology , author =

    The central vein sign and its clinical evaluation for the diagnosis of multiple sclerosis: a consensus statement from the. Nature Reviews Neurology , author =. 2016 , pages =. doi:10.1038/nrneurol.2016.166 , abstract =

  172. [238]

    and Niessen, Wiro J

    Frangi, Alejandro F. and Niessen, Wiro J. and Vincken, Koen L. and Viergever, Max A. , editor =. Multiscale vessel enhancement filtering , volume =. Medical. 1998 , note =. doi:10.1007/BFb0056195 , language =

Pith tools

Reviewed August 1, 2026 · model on record in the stance chip above.