הודעה: כל הפרויקטים הלא מסחריים שנרשמו לשימוש ב-Earth Engine לפני 15 באפריל 2025 חייבים לעבור אימות של הזכאות לשימוש לא מסחרי כדי לשמור על הגישה ל-Earth Engine.
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
Creates a reducer that computes a robust least squares regression with numX independent variables and numY dependent variables, using iteratively reweighted least squares with the Talwar cost function. נקודה נחשבת חריגה אם שורש ממוצע הריבועים של השאריות גדול מ-beta.
כל טופל קלט יכלול ערכים של המשתנים הבלתי תלויים, ואחריהם ערכים של המשתנים התלויים.
הפלט הראשון הוא מערך של מקדמים עם מימדים (numX, numY). כל עמודה מכילה את המקדמים של המשתנה התלוי המתאים. השני הוא וקטור של השורש הממוצע הריבועי של השאריות של כל משתנה תלוי. שני הפלטים הם null אם המערכת לא מוגדרת, למשל אם מספר הקלטים קטן מ-numX.
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["Computes robust least squares regression using iteratively reweighted least squares with the Talwar cost function, handling outliers based on residual error."],["Accepts input tuples with independent and dependent variable values, outputting regression coefficients and root mean square residuals."],["Outputs null if the system is underdetermined (insufficient input data for the number of variables)."],["Offers customization through parameters: `numX` for independent variables, `numY` for dependent variables, and `beta` for outlier detection threshold."]]],[]]