Knowledge (XXG)

File:Sample mean and variance of IID samples from a standard Cauchy distribution..png

Source 📝

38: 275: 368: 281: 286: 86: 741: 160:
n, m = data.shape mean = np.zeros((n, m)) M2 = np.zeros((n, m)) for i in range(m): if i == 0: delta = data - mean mean = mean + delta / (i + 1) M2 = delta * (data - mean) else: delta = data - mean mean = mean + delta / (i +
52: 48: 42: 97: 65: 327:– You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. 205:
x = np.arange(1, variances.shape + 1) ax1.semilogy(variances.T, linewidth=1) ax1.set_xlabel('Number of Samples') ax1.set_ylabel('Variance') ax1.set_title('Running Sample Variances')
213:
ax2.semilogy(np.abs(mean.T), linewidth=1) ax2.set_xlabel('Number of Samples') ax2.set_ylabel('Average (absolute value)') ax2.set_title('Running Sample Averages')
154:
For each column i, the difference delta between the current data point and the previous mean is calculated, and the mean and M2 are updated accordingly.
740: 735: 56: 37: 798: 618: 582: 546: 380:
Please help improve this media file by adding it to one or more categories, so it may be associated with related media files (
783:
This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.
334: 672: 602: 530: 502: 487: 474: 391:{{subst:Please link images|File:Sample mean and variance of IID samples from a standard Cauchy distribution..png}} ~~~~ 638: 566: 494: 447: 430: 296: 786:
If the file has been modified from its original state, some details may not fully reflect the modified file.
151:
In each iteration, the mean and M2 (the sum of the squares of differences from the mean) are updated.
768:
The following pages on the English Knowledge (XXG) use this file (pages on other projects are not listed):
333:– If you remix, transform, or build upon the material, you must distribute your contributions under the 293: 772: 509: 170:
cumsum = np.cumsum(data, axis=1) cum_n = np.arange(1, data.shape + 1) return cumsum / cum_n
751: 105: 381: 252: 92: 268:
I, the copyright holder of this work, hereby publish it under the following license:
130:
Sample mean and variance of IID samples from a standard Cauchy distribution..png
232: 367: 189:
variances = running_sample_variance(data) mean = running_sample_average(data)
140:
sample mean and variance of IID samples from a standard Cauchy distribution.
758:
Uploaded while editing "Cauchy distribution" on en.wikipedia.org
708:
Click on a date/time to view the file as it appeared at that time.
80: 164:
variance_n = M2 / (np.arange(1, m + 1)) return variance_n
148:""" Welford's online algorithm to calculate the variance. 142:```python import numpy as np import matplotlib.pyplot as plt 178:
n = 10 # Number of rows m = 500000 # Number of columns
583:
Creative Commons Attribution-ShareAlike 4.0 International
414:
Add a one-line explanation of what this file represents
209:
Plot the running sample averages in the second subplot
197:
fig, (ax2, ax1) = plt.subplots(1, 2, figsize=(16, 5))
124: 104:
Commons is a freely licensed media file repository.
70:(1,589 × 490 pixels, file size: 115 KB, MIME type: 799:Matplotlib version3.7.1, https://matplotlib.org/ 510:https://commons.wikimedia.org/User:Cosmia_Nebula 344:https://creativecommons.org/licenses/by-sa/4.0 186:data = np.random.standard_cauchy(size=(n, m)) 161:1) M2 = M2 + delta * (data - mean) 85: 350:Creative Commons Attribution-Share Alike 4.0 274: 8: 157:variance = M2 / np.arange(1, m + 1). """ 384:), and so that it can be more easily found. 310:– to copy, distribute and transmit the work 788: 710: 410: 297:Attribution-Share Alike 4.0 International 814: 806: 795: 790: 770: 686: 670: 652: 636: 616: 600: 580: 564: 544: 528: 461: 445: 428: 425: 406: 399: 201:Plot the variances in the first subplot 217:Adjust the layout and display the plot 182:Generate Cauchy-distributed variables 7: 699: 285: 280: 145:def running_sample_variance(data): 781: 419: 413: 388: 379: 374: 271: 267: 167:def running_sample_average(data): 134: 117: 63: 418: 375:This media file is uncategorized. 404: 366: 321:Under the following conditions: 292:This file is licensed under the 284: 279: 273: 84: 21: 401: 389:Please notify the uploader with 135: 14: 400: 221:plt.tight_layout() plt.show() 26: 1: 619:original creation by uploader 31: 426:Items portrayed in this file 836: 365: 335:same or compatible license 700: 242: 16: 403: 361: 301: 91:This is a file from the 757: 248: 238: 231: 228: 127: 95:. Information from its 98:description page there 41:Size of this preview: 808:Horizontal resolution 816:Vertical resolution 773:Cauchy distribution 316:– to adapt the work 47:Other resolutions: 736:21:17, 2 June 2023 488:Wikimedia username 475:author name string 193:Plot the variances 57:1,589 × 490 pixels 823: 822: 761: 567:copyright license 412: 397: 396: 392: 258: 257: 113: 112: 93:Wikimedia Commons 827: 801: 789: 748: 531:copyright status 512: 507: 497: 492: 482: 479: 387: 370: 363: 362: 357: 354: 351: 348: 345: 337:as the original. 294:Creative Commons 288: 287: 283: 282: 277: 276: 244: 234: 139: 131: 125: 109: 88: 87: 81: 75: 73: 60: 53:640 × 197 pixels 43:800 × 247 pixels 835: 834: 830: 829: 828: 826: 825: 824: 797: 777: 769: 762: 754: 746: 702: 701: 698: 697: 696: 695: 694: 693: 692: 691: 689: 679: 678: 677: 675: 664: 663: 662: 661: 660: 659: 658: 657: 655: 645: 644: 643: 641: 630: 629: 628: 627: 626: 625: 624: 623: 621: 609: 608: 607: 605: 594: 593: 592: 591: 590: 589: 588: 587: 585: 573: 572: 571: 569: 558: 557: 556: 555: 554: 553: 552: 551: 549: 537: 536: 535: 533: 522: 521: 520: 519: 518: 517: 516: 515: 514: 513: 508: 505: 499: 498: 493: 490: 484: 483: 480: 477: 468: 467: 466: 464: 454: 453: 452: 450: 439: 438: 437: 436: 435: 433: 417: 416: 415: 398: 393: 390: 385: 376: 360: 359: 358: 355: 352: 349: 346: 343: 342: 300: 289: 270: 269: 264: 259: 224: 171: 165: 162: 158: 155: 152: 149: 129: 122: 115: 114: 103: 102: 101:is shown below. 77: 71: 69: 62: 61: 49:320 × 99 pixels 46: 12: 11: 5: 833: 831: 821: 820: 817: 813: 812: 809: 805: 804: 803: 802: 793: 780: 776: 775: 767: 766: 765: 760: 759: 756: 752: 749: 743: 738: 733: 729: 728: 725: 722: 719: 716: 713: 706: 705: 690: 687: 685: 684: 683: 682: 681: 680: 676: 671: 669: 668: 667: 666: 665: 656: 653: 651: 650: 649: 648: 647: 646: 642: 637: 635: 634: 633: 632: 631: 622: 617: 615: 614: 613: 612: 611: 610: 606: 603:source of file 601: 599: 598: 597: 596: 595: 586: 581: 579: 578: 577: 576: 575: 574: 570: 565: 563: 562: 561: 560: 559: 550: 545: 543: 542: 541: 540: 539: 538: 534: 529: 527: 526: 525: 524: 523: 501: 500: 486: 485: 473: 472: 471: 470: 469: 465: 462: 460: 459: 458: 457: 456: 455: 451: 446: 444: 443: 442: 441: 440: 434: 429: 427: 424: 423: 422: 421: 420: 409: 408: 405: 402: 395: 394: 378: 371: 341: 340: 339: 338: 328: 319: 318: 317: 311: 304:You are free: 291: 290: 272: 266: 265: 263: 260: 256: 255: 250: 246: 245: 240: 236: 235: 230: 226: 225: 219: 218: 211: 210: 203: 202: 195: 194: 184: 183: 176: 175: 169: 163: 159: 156: 153: 150: 147: 132: 123: 121: 118: 116: 111: 110: 89: 79: 78: 40: 36: 35: 34: 29: 24: 19: 13: 10: 9: 6: 4: 3: 2: 832: 818: 815: 810: 807: 800: 796: 794: 792:Software used 791: 787: 784: 778: 774: 771: 763: 755: 753:Cosmia Nebula 750: 744: 742: 739: 737: 734: 731: 730: 726: 723: 720: 717: 714: 712: 711: 709: 703: 674: 640: 620: 604: 584: 568: 548: 532: 511: 504: 496: 495:Cosmia Nebula 489: 481:Cosmia Nebula 476: 449: 432: 386: 383: 377: 372: 369: 364: 347:CC BY-SA 4.0 336: 332: 329: 326: 323: 322: 320: 315: 312: 309: 306: 305: 303: 302: 298: 295: 278: 261: 254: 253:Cosmia Nebula 251: 247: 241: 237: 227: 222: 216: 215: 214: 208: 207: 206: 200: 199: 198: 192: 191: 190: 187: 181: 180: 179: 173: 172: 168: 146: 143: 138: 133: 126: 119: 107: 100: 99: 94: 90: 83: 82: 76: 67: 66:Original file 58: 54: 50: 44: 39: 33: 30: 28: 25: 23: 20: 18: 15: 785: 782: 745:1,589 × 490 707: 704:File history 373: 330: 324: 313: 307: 220: 212: 204: 196: 188: 185: 177: 166: 144: 141: 136: 106:You can help 96: 64: 22:File history 654:2 June 2023 547:copyrighted 331:share alike 325:attribution 233:2 June 2023 128:Description 764:File usage 721:Dimensions 673:media type 463:some value 174:Parameters 27:File usage 819:39.37 dpc 811:39.37 dpc 718:Thumbnail 715:Date/Time 688:image/png 639:inception 262:Licensing 137:English: 72:image/png 779:Metadata 747:(115 KB) 407:Captions 314:to remix 308:to share 299:license. 243:Own work 32:Metadata 732:current 727:Comment 448:creator 431:depicts 411:English 120:Summary 68:‎ 249:Author 239:Source 724:User 382:how? 356:true 353:true 229:Date 17:File 503:URL 223:``` 506:: 491:: 478:: 55:| 51:| 45:. 108:. 74:) 59:.

Index

File
File history
File usage
Metadata
File:Sample mean and variance of IID samples from a standard Cauchy distribution..png
800 × 247 pixels
320 × 99 pixels
640 × 197 pixels
1,589 × 490 pixels
Original file
Wikimedia Commons
description page there
You can help
Cosmia Nebula
Creative Commons
Attribution-Share Alike 4.0 International
same or compatible license

how?
depicts
creator
author name string
Wikimedia username
Cosmia Nebula
URL
https://commons.wikimedia.org/User:Cosmia_Nebula
copyright status
copyrighted
copyright license
Creative Commons Attribution-ShareAlike 4.0 International

Text is available under the Creative Commons Attribution-ShareAlike License. Additional terms may apply.