ScholarGate
Jelajahi
PerpustakaanPerpustakaan sayaMejaPemeriksaan AwalReview StudioAsisten
Ruang kerja
Bandingkan
Bangun rak buku Anda

Simpan metode, susun koleksi, dan bawa semuanya ke meja Anda.

Buat akun
Perpustakaan
 / Jelajahi
Masuk
Perpustakaan

Jelajahi sains berdasarkan metode, bidang, dan bukti.

Satu katalog metode penelitian — pelajari cara kerja tiap metode, kapan menggunakannya, dan apa yang tidak bisa dilakukannya.

6,529 metode11 bidang7 rumpun metode40 bahasa
Atlas sainsPetakan struktur sains sebelum Anda menggunakannya.Bidang · metode · jalur buktiJelajahi peta
BidangHealth & Medicine716Psychology570Business & Finance410Engineering330Life Sciences263Education261Research Practice
ScholarGate

Perpustakaan rujukan berbasis konten untuk metode penelitian — apa itu setiap metode, bagaimana cara kerjanya, dan dari mana asalnya.

Data terbuka (CC-BY)

Jelajahi

  • Perpustakaan
  • Cari metode…
  • Jelajahi per bidang
  • Bidang
  • Perjalanan
  • Bandingkan
  • Metode yang mana?

Referensi

  • Bidang
  • Atlas
  • Glosarium
  • Metodologi
  • Filosofi

Ruang kerja

  • Perpustakaan saya
  • Meja
  • Obrolan

Perusahaan

  • Tentang
  • Harga
  • Kontak
  • Usulkan metode

Entri dihimpun dari sumber yang telah diterbitkan sebagai rujukan. Memverifikasi keakuratan dan kesesuaian setiap informasi untuk penggunaan Anda sendiri tetap menjadi tanggung jawab Anda.

© 2026 ScholarGate · Perpustakaan rujukan metode penelitian
  • Privasi
  • Kuki
  • Ketentuan
  • Hapus akun
248
Natural Sciences236
Social Sciences185
Environment & Sustainability160
Law30
MetodeStatistika1,836AI & ML1,661Ilmu Keputusan932Metode Penelitian1,354Pengukuran1,745Kausal & Bukti532Praktik Penelitian118
285 metode di Engineering · AI & MLBersihkan
Metode di persimpangan dua filter Anda.
UrutkanPopularitasA–ZZ–ATerbaru
manufacturing

Taylor Tool Life

Taylor's tool life equation is an empirical relationship predicting how long a cutting tool remains usable before dulling or breaking, expressed as a function of cutting speed, feed rate, and depth of cut. Formulated by Frederick Winslow Taylor in 1907 from systematic experiments on metal cutting, this method provides

3 sumber1907
aerospace

TCAS

TCAS (Traffic Collision Avoidance System) is an airborne safety system that detects nearby aircraft using radar and mode C altitude reports, then provides traffic advisories (TAs) and recommended collision avoidance maneuvers (RAs) to flight crews. Mandated globally on commercial aircraft since 2000, TCAS is considered

3 sumber1989
software engineering

Technical Debt Measurement

Technical debt represents accumulated shortcuts, deferred maintenance, and design compromises that incur future costs through slower development, higher defect rates, and deployment difficulty. Introduced by Ward Cunningham (1992), technical debt measurement quantifies these burdens using metrics like code complexity,

3 sumber1992
text mining

Temporal Expression Extraction

Temporal expression extraction is a natural-language-processing task that detects dates, times, durations, and frequencies in text and normalises them to the TimeML/TIMEX3 standard. Building on the TempEval shared task introduced by Verhagen et al. (2007), it turns time references scattered through free text into struc

2 sumber
aerospace

TERCOM

Terrain Contour Matching (TERCOM) is a terrain-aided navigation method that corrects position estimates by matching altimeter measurements against a stored digital elevation map (DEM). Developed by Boeing in the 1980s for cruise missile guidance, TERCOM enables accurate navigation in GPS-denied environments by exploiti

3 sumber1980
civil engineering

Terzaghi Consolidation

Terzaghi consolidation theory describes how water-saturated clay soils compress over time as excess pore water pressure dissipates and effective stress increases. Formulated by Karl Terzaghi in 1943, this foundational theory enables prediction of settlement rates for foundations on compressible soils, a critical design

3 sumber1943
text mining

Text Classification

Text classification, also called text categorization, is a supervised natural-language-processing task that automatically assigns documents to predefined categories. Building on the support-vector-machine approach to text categorization established by Joachims (1998) and consolidated in the text-mining literature by Ag

2 sumber
text mining

Text Coherence Scoring

Text coherence scoring computes a document-level coherence score with machine learning, rooted in the entity-based local coherence model introduced by Barzilay and Lapata (2008). It measures how well the sentences of a text hang together, using either an entity-grid model, a graph-based approach, or a transformer-based

2 sumber2008
text mining

Text Complexity Analysis

Text complexity analysis measures the linguistic difficulty of a text along dimensions such as syntactic complexity (sentence length, embedded clauses), lexical density, and referential chains. Grounded in readability research consolidated by Vajjala and Meurers (2014) and Crossley and colleagues (2011), it turns prose

2 sumber
text mining

Text Deduplication

Text deduplication is a corpus-quality pipeline that identifies and removes exact and near-duplicate documents from large text collections. Grounded in Andrei Broder's 1997 resemblance theory, it is widely used to improve dataset quality for machine learning model training, search engine indexing, and any downstream NL

2 sumber1997
text mining

Text Frequency Analysis

Text frequency analysis is a descriptive text-mining method that counts how often words, n-grams, and phrases occur in a corpus to reveal content patterns and dominant themes. It rests on the frequency-distribution insight formalised by George K. Zipf (1949), that a few terms occur very often while most are rare, and i

2 sumber1949
text mining

Text Infilling

Text infilling is a natural-language-processing task that completes missing words, phrases, or spans in a document by exploiting the surrounding context. Introduced as the cloze procedure by Wilson L. Taylor in 1953 as a readability measure, it was reformulated for neural models by Zhu et al. (2019) and is now used for

2 sumber1953
text mining

Text Network Analysis

Text network analysis models the words or concepts in a text as nodes and their co-occurrences as edges, then uses network metrics to reveal the structure of meaning. The approach was advanced by Diesner and Carley (2005) for communication networks and by Paranyushkin (2011) for tracing the pathways of meaning circulat

2 sumber2011
text mining

Text Normalization

Text normalization is an NLP preprocessing pipeline that converts noisy, abbreviated, or misspelled text — such as SMS messages, social-media posts, and OCR output — into a clean, standardised form. It is a prerequisite step for virtually every downstream NLP task, ensuring that inconsistent surface forms do not degrad

2 sumber
text mining

Text Regression

Text-based regression predicts a continuous target variable using features extracted from text — TF-IDF scores, embeddings, or n-grams — as the independent variables. Building on the text-as-data programme consolidated by Gentzkow, Kelly and Taddy (2019), it lets a numeric outcome such as a price, a rating, or a sentim

2 sumber
text mining

Text Segmentation

Text segmentation divides a long document into meaningful sections (segments) along topic or discourse boundaries. Introduced for subtopic passages by Marti A. Hearst's TextTiling (1997), it supports document-structure analysis and the detection of topic transitions in continuous text.

2 sumber1997
text mining

Text Summarization

Automatic text summarization is a natural-language-processing task that condenses long documents into shorter summaries while preserving their key information. It works through one of two families of approaches — extractive summarization, which selects the most important spans from the source, or abstractive summarizat

2 sumber
text mining

Textual Entailment

Textual entailment, also known as natural language inference (NLI), is the natural-language-processing task of deciding whether one piece of text (the premise) entails a second piece of text (the hypothesis), contradicts it, or is neutral with respect to it. Formalised by the PASCAL Recognising Textual Entailment Chall

2 sumber
text mining

TF-IDF

TF-IDF, introduced by Salton and Buckley (1988), is a term-weighting scheme that scores each word in a document by how often it appears there and how rare it is across the whole collection. It turns raw text into weighted document vectors, giving high weight to terms that are frequent in one document but uncommon elsew

1 sumber1988
aerospace

Theodorsen Flutter

Theodorsen flutter analysis is a classical aeroelastic method for predicting the onset of flutter, a self-excited oscillation where aerodynamic forces interact with elastic structural motion to cause rapid growth of oscillations. Developed by Theodore Theodorsen in 1935, the method uses frequency-domain analysis with T

3 sumber1935
architecture

Thermal Comfort Assessment

Thermal Comfort Assessment is a method for evaluating indoor environmental conditions to predict whether occupants will feel thermally comfortable. Pioneered by Povl Ole Fanger in the 1970s, it combines measurements of air temperature, humidity, air speed, and thermal properties of clothing and activity to determine co

3 sumber1972
materials science

Thermogravimetric Analysis

Thermogravimetric Analysis (TGA) is a thermal characterization technique that continuously measures mass loss or gain of a material as a function of temperature (or time at constant temperature). Developed systematically by William Wendlandt and colleagues in the 1960s, TGA identifies thermal transitions (evaporation,

3 sumber1960
text mining

Timeline Extraction

Timeline extraction is a natural-language-processing task that identifies events mentioned in text, anchors each event to a temporal expression, and arranges them into a chronologically ordered timeline. Formalised through the TempEval shared tasks (Verhagen et al., 2010), it enables automatic reconstruction of histori

2 sumber2010
telecommunications

Token Bucket

Token bucket is a simple and elegant algorithm for traffic shaping and rate limiting. A virtual bucket accumulates tokens at a fixed rate (the committed information rate). Incoming packets consume tokens (one token per byte); packets are transmitted only if sufficient tokens are available. If the bucket is full, excess

2 sumber1986
text mining

Topic Modeling (LDA)

Latent Dirichlet Allocation (LDA) is a generative probabilistic model introduced by Blei, Ng and Jordan (2003) that extracts the hidden topic distributions underlying a collection of documents. It treats each document as a mixture of latent topics and each topic as a distribution over words, turning an unlabelled corpu

1 sumber2003
reliability engineering

Topology Optimization

Topology Optimization is a computational method for distributing material optimally within a design space to maximize structural performance (strength, stiffness) while minimizing weight or cost. The Solid Isotropic Material with Penalization (SIMP) method, developed by Bendsoe and Kikuchi (1988), iteratively refines a

4 sumber1988
civil engineering

Traffic Flow (LWR Model)

The Lighthill-Whitham-Richards (LWR) model is a macroscopic traffic flow model that treats traffic as a compressible fluid, applying conservation of vehicles and a flow-density relationship. Introduced independently by Lighthill and Whitham (1955) and Richards (1956), the model predicts traffic wave propagation, conges

3 sumber1955
electrical engineering

Transmission-Line Matrix Method

The Transmission-Line Matrix (TLM) method is a direct discretization of Maxwell equations using an equivalent transmission line network. Introduced by Johns and Beurle in 1971, TLM models electromagnetic fields as voltage and current waves propagating on coupled transmission lines. The method is intuitive, numerically

3 sumber1971
telecommunications

Turbo Code

Turbo codes, introduced by Berrou, Glavieux, and Thitimajshima in 1993, are a landmark in channel coding history. They achieve performance within 0.5 dB of the Shannon limit—the theoretical boundary for reliable communication—a feat previously thought impossible with practical complexity. Turbo codes use concatenated c

2 sumber1993
civil engineering

Unit Hydrograph

The unit hydrograph (UH) is a linear transformation that converts rainfall excess into streamflow for a watershed. Introduced by Sherman in 1932, the UH assumes that rainfall-runoff response is linear and time-invariant, enabling synthesis of flood hydrographs from design storms for dam spillway design and flood risk a

3 sumber1932
control theory

Unscented Kalman Filter

The Unscented Kalman Filter (UKF) is a nonlinear state estimation algorithm that approximates nonlinear systems without requiring explicit Jacobian computation. Introduced by Julier and Uhlmann in 1997, the UKF uses the unscented transform—a deterministic method to capture mean and covariance statistics through a caref

3 sumber1997
architecture

Urban Form Analysis

Urban Form Analysis is a systematic method for studying and characterizing the physical structure, layout, and historical development of cities and neighborhoods. Pioneered by M.R.G. Conzen in 1960, it examines how blocks, streets, plots, and buildings combine to create distinct urban patterns, and how these patterns i

3 sumber1960
software engineering

Use Case Point Estimation

Use case point (UCP) estimation quantifies software development effort by analyzing use cases and environmental factors. Introduced by Karner (1993) for Objectory methodology, UCP provides structured approach to estimate labor hours from system requirements. Organizations use UCP to forecast project duration, allocate

3 sumber1993
materials science

Vickers Hardness

Vickers Hardness testing is a mechanical characterization technique for determining material hardness by pressing a diamond pyramid indenter into a material surface under controlled load and measuring the resulting indent dimensions. Invented by Smith and Sandland in 1922, Vickers hardness is applicable across an enorm

3 sumber1922
mining engineering

Washability

Washability analysis is a laboratory method that determines the feasibility and efficiency of density-based separation for coal or mineral beneficiation. By fractionating ore or coal into density bins using sink-float tests and assaying each fraction, engineers can optimize design of separation plants (dense-medium cyc

2 sumber1950
architecture

Wayfinding Analysis

Wayfinding Analysis is a method for assessing how easily people can navigate and orient themselves in buildings and urban environments. Rooted in Kevin Lynch's concept of legibility and developed further by Romedi Passini, it combines cognitive psychology, design principles, and empirical testing to diagnose navigation

3 sumber1960
aerospace

Weight and Balance

Weight and balance analysis is the process of determining the total weight of an aircraft and the location of its center of gravity (CG) throughout its operational envelope. Essential for aircraft safety and performance, weight and balance ensures that the CG remains within allowable limits (forward and aft) to maintai

3 sumber1940
biomechanics

Windkessel Model

The Windkessel model is a lumped-parameter representation of the arterial system that captures the pulsatile dynamics of blood flow and pressure using simple mechanical analogs (resistors and capacitors). Named after the German word for air chamber, it was formalized by Westerhof and colleagues in the late 1960s and re

2 sumber1969
text mining

Word Sense Disambiguation

Word sense disambiguation (WSD) is the natural-language-processing task of choosing the correct meaning of a polysemous word from its context. Surveyed by Navigli (2009), it resolves which sense of a many-meaning word applies in a given sentence, improving the quality of information retrieval, machine translation, and

2 sumber2009
text mining

Word2Vec

Word2Vec is a neural word-embedding technique introduced by Mikolov and colleagues in 2013 that maps each word in a text corpus to a dense numeric vector. Words that appear in similar contexts end up close together in the vector space, so the embeddings capture semantic similarity that can be measured arithmetically.

1 sumber2013
materials science

X-ray Photoelectron Spectroscopy

X-ray Photoelectron Spectroscopy (XPS), also known as Electron Spectroscopy for Chemical Analysis (ESCA), is a surface-sensitive analytical technique that measures the kinetic energies of photoelectrons ejected from a material by high-energy X-rays. Developed by Kai Siegbahn in 1967, XPS determines elemental compositio

3 sumber1967
materials science

XRD Rietveld Refinement

XRD Rietveld Refinement is a method for extracting detailed crystal structure information from powder diffraction data by comparing observed and calculated diffraction patterns through least-squares refinement. Developed by Hugo Rietveld in 1969, this technique enables determination of atomic positions, occupancies, th

3 sumber1969
text mining

Zero-Shot Classification

Zero-shot classification is a natural-language-processing task that assigns text to categories described in plain language without requiring any labelled training data. Formalised as an entailment problem by Yin, Hay and Roth (2019), it lets a large pretrained language model recognise new categories on the fly simply b

2 sumber2019
telecommunications

ZF/MMSE Equalization

Zero-Forcing (ZF) and Minimum Mean-Square Error (MMSE) equalization are fundamental linear receiver algorithms for combating intersymbol interference in dispersive channels. Developed in the context of data transmission theory, these methods form the basis of modern channel equalization in wireless and wired systems. W

2 sumber1974
control theory

Ziegler-Nichols Tuning

Ziegler-Nichols Tuning is a practical, model-free method for tuning PID controller gains empirically. Published in 1942, this pioneering method requires only measurement of the system's step response (or closed-loop oscillations), making it applicable to any system without prior identification. Ziegler-Nichols remains

2 sumber1942
← 45 / 5