To this end, an exploratory analysis is performed on two different climatological parameters for Los Angeles (KLAX) and San Francisco (KSFO) each 1.) daily 0000 LST-2400 LST hour-to-hour temperatures, by calendar month and 2.) July-June monthly precipitation totals (those for Downtown San Francisco). The former will be a 25-dimensional application, covering the period January 1948 through June 2023, the latter a 12 dimensional one, covering the July-June seasons 1876-77 to 2022-23 for Los Angeles, and 1849-50 thru 2022-23 for San Francisco Downtown. Results will include time-series graphs, probability density distribution fittings, and estimated return-periods. The Squared Euclidean method is chosen as the statistical distance metric after the re-scalings.
A software package employed fits block-maximum type statistical distances to more than 60 continuous probability density distributions, with parameter counts ranging from one to six, and utilizing two goodness-of-fit techniques, the Kolmogorov\Smirnov and the Anderson-Darling, the models are ranked.
The Kolmorgorov-Smirnov or “K-S test” compares a sample’s actual empirical cumulative distribution function with that of a chosen .pdf and evaluates the departures between the two. If departures exceed certain critical values, the hypothesis regarding the distributional form similarity of the selected candidate will be rejected. From literature sources, the K-S is most sensitive to areas near the center of the distribution as opposed to the tails, so in this regard it is somewhat less ideal to an extreme-value type analysis. However, the Anderson-Darling test, a modification of the K-S test, does give more weight to the tails, and in general it’s considered a more sensitive test overall. Consequently, the Anderson-Darling test’s rank is chosen as the primary means of designating the best-fitting-model, assuming that the model’s parameters are four or less. In most of these cases the K-S ranking is similarly high and it’s ranking is considered also, but secondarily.

