Skip to content

Commit

Permalink
update hotellingt2 into HT2 in the notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Aug 25, 2023
1 parent da71c0f commit 8a475e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notebooks/pca_examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@
"cell_type": "code",
"source": [
"# Outlier detection\n",
"fig, ax = model.biplot(SPE=True, hotellingt2=True, figsize=(10, 6))"
"fig, ax = model.biplot(SPE=True, HT2=True, figsize=(10, 6))"
],
"metadata": {
"colab": {
Expand Down Expand Up @@ -592,7 +592,7 @@
"# 3D plots\n",
"fig, ax = model.scatter3d(figsize=(10, 6))\n",
"fig, ax = model.biplot3d(figsize=(10, 6))\n",
"fig, ax = model.biplot3d(SPE=True, hotellingt2=True, figsize=(10, 6))"
"fig, ax = model.biplot3d(SPE=True, HT2=True, figsize=(10, 6))"
],
"execution_count": null,
"outputs": [
Expand Down Expand Up @@ -659,7 +659,7 @@
"outputId": "7e8be72a-3eaf-4f21-d790-5954e2a4beae"
},
"source": [
"fig, ax = model.biplot3d(SPE=True, hotellingt2=True, visible=False, figsize=(10, 6))\n",
"fig, ax = model.biplot3d(SPE=True, HT2=True, visible=False, figsize=(10, 6))\n",
"\n",
"# Set the figure again to True and show the figure.\n",
"fig.set_visible(True)\n",
Expand Down

0 comments on commit 8a475e0

Please sign in to comment.